Freigeben über


DomainRoleImplementedByCollectionType.GetLinks-Methode

Ruft alle DomainRoleImplementedByCollectionType-Links zwischen einem angegebenen DomainRole und einem ExternalType 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 GetLinks ( _
    source As DomainRole, _
    target As ExternalType _
) As ReadOnlyCollection(Of DomainRoleImplementedByCollectionType)
public static ReadOnlyCollection<DomainRoleImplementedByCollectionType> GetLinks(
    DomainRole source,
    ExternalType target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<DomainRoleImplementedByCollectionType>

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainRoleImplementedByCollectionType Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace