Freigeben über


DomainRoleHasPropertyAttributes.GetLinks-Methode

Ruft alle DomainRoleHasPropertyAttributes-Links zwischen einem angegebenen DomainRole und einem ClrAttribute ab.

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 GetLinks ( _
    source As DomainRole, _
    target As ClrAttribute _
) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
public static ReadOnlyCollection<DomainRoleHasPropertyAttributes> GetLinks(
    DomainRole source,
    ClrAttribute target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainRoleHasPropertyAttributes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace