Freigeben über


DomainRoleImplementedByCollectionType.GetDomainRole-Methode

Ruft eine Liste mit DomainRole ab.

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

Syntax

'Declaration
Public Shared Function GetDomainRole ( _
    element As ExternalType _
) As LinkedElementCollection(Of DomainRole)
public static LinkedElementCollection<DomainRole> GetDomainRole(
    ExternalType element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainRole>

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainRoleImplementedByCollectionType Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace