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
- externalTypeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType
Return Value
Type: ReadOnlyCollection<DomainRoleImplementedByCollectionType>
.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.