Share via


RolePlayerPropertyDescriptor.ElementList Property

Gets a collection of valid values for the described role property.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ElementList As IList(Of ModelElement)
'Usage
Dim instance As RolePlayerPropertyDescriptor 
Dim value As IList(Of ModelElement)

value = instance.ElementList
public virtual IList<ModelElement> ElementList { get; }
public:
virtual property IList<ModelElement^>^ ElementList {
    IList<ModelElement^>^ get ();
}
public 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

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.