RolePlayerPropertyDescriptor.ElementList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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