DomainRoleImplementedByCollectionType.GetLinksToDomainRole 方法

定义

获取 ExternalType 的 DomainRoleImplementedByCollectionType 链接的列表。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRoleImplementedByCollectionType ^> ^ GetLinksToDomainRole(Microsoft::VisualStudio::Modeling::DslDefinition::ExternalType ^ externalTypeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType> GetLinksToDomainRole (Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType externalTypeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDomainRole : Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType>
Public Shared Function GetLinksToDomainRole (externalTypeInstance As ExternalType) As ReadOnlyCollection(Of DomainRoleImplementedByCollectionType)

参数

externalTypeInstance
ExternalType

返回

ReadOnlyCollection<DomainRoleImplementedByCollectionType>
属性

适用于