Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ElementList As IList(Of ModelElement)
'使用
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>
Permissions
- 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.
See Also
Reference
RolePlayerPropertyDescriptor Class