Share via


DomainRoleImplementedByCollectionType.GetLinksToDomainRole Method

Get the list of DomainRoleImplementedByCollectionType links to a ExternalType.

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

Syntax

'Declaration
Public Shared Function GetLinksToDomainRole ( _
    externalTypeInstance As ExternalType _
) As ReadOnlyCollection(Of DomainRoleImplementedByCollectionType)
public static ReadOnlyCollection<DomainRoleImplementedByCollectionType> GetLinksToDomainRole(
    ExternalType externalTypeInstance
)
public:
static ReadOnlyCollection<DomainRoleImplementedByCollectionType^>^ GetLinksToDomainRole(
    ExternalType^ externalTypeInstance
)
static member GetLinksToDomainRole : 
        externalTypeInstance:ExternalType -> ReadOnlyCollection<DomainRoleImplementedByCollectionType> 
public static function GetLinksToDomainRole(
    externalTypeInstance : ExternalType
) : ReadOnlyCollection<DomainRoleImplementedByCollectionType>

Parameters

Return Value

Type: ReadOnlyCollection<DomainRoleImplementedByCollectionType>

.NET Framework Security

See Also

Reference

DomainRoleImplementedByCollectionType Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace