Sdílet prostřednictvím


DomainRoleHasPropertyAttributes.GetLinks – metoda

Získáte DomainRoleHasPropertyAttributes propojení mezi dané DomainRole a ClrAttribute.

Obor názvů:  Microsoft.VisualStudio.Modeling.DslDefinition
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetLinks ( _
    source As DomainRole, _
    target As ClrAttribute _
) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
public static ReadOnlyCollection<DomainRoleHasPropertyAttributes> GetLinks(
    DomainRole source,
    ClrAttribute target
)

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DomainRoleHasPropertyAttributes Třída

Microsoft.VisualStudio.Modeling.DslDefinition – obor názvů