Share via


DomainRoleImplementedByCollectionType.GetDomainRole(ExternalType) Method

Definition

Gets a list of DomainRole.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^> ^ GetDomainRole(Microsoft::VisualStudio::Modeling::DslDefinition::ExternalType ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole> GetDomainRole (Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetDomainRole : Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole>
Public Shared Function GetDomainRole (element As ExternalType) As LinkedElementCollection(Of DomainRole)

Parameters

element
ExternalType

Returns

Attributes

Applies to