RolePlayerPropertyDescriptor.ElementList Property
Note: This API is now obsolete.
Gets a collection of valid values for the described role property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("No longer used. Any existing overrides need to be modified to override BuildElementList instead")> _
Public Overridable ReadOnly Property ElementList As IList(Of ModelElement)
[ObsoleteAttribute("No longer used. Any existing overrides need to be modified to override BuildElementList instead")]
public virtual IList<ModelElement> ElementList { get; }
[ObsoleteAttribute(L"No longer used. Any existing overrides need to be modified to override BuildElementList instead")]
public:
virtual property IList<ModelElement^>^ ElementList {
IList<ModelElement^>^ get ();
}
[<ObsoleteAttribute("No longer used. Any existing overrides need to be modified to override BuildElementList instead")>]
abstract ElementList : IList<ModelElement> with get
[<ObsoleteAttribute("No longer used. Any existing overrides need to be modified to override BuildElementList instead")>]
override ElementList : IList<ModelElement> with get
function get ElementList () : IList<ModelElement>
Property Value
Type: System.Collections.Generic.IList<ModelElement>
A collection of valid values for the described role property.
Remarks
The collection contains all instances of compatible domain classes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.