Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Get
[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
- 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.