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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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>
[<ObsoleteAttribute("No longer used. Any existing overrides need to be modified to override BuildElementList instead")>]
override ElementList : IList<ModelElement>
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

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace