Share via


RolePlayerPropertyDescriptor.ElementList Property

Definition

Caution

No longer used. Any existing overrides need to be modified to override BuildElementList instead

List of valid role players for this property value. By default, this will be all elements in the store of the types assignable to the domain role

public:
 virtual property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ ElementList { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ get(); };
[System.Obsolete("No longer used. Any existing overrides need to be modified to override BuildElementList instead")]
public virtual System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> ElementList { get; }
[<System.Obsolete("No longer used. Any existing overrides need to be modified to override BuildElementList instead")>]
member this.ElementList : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement>
Public Overridable ReadOnly Property ElementList As IList(Of ModelElement)

Property Value

Attributes

Applies to