Freigeben über


DomainRoleHasPropertyAttributes.GetLinksToPropertyAttributes-Methode

Gelangen Sie die Liste der DomainRoleHasPropertyAttributes-Links an ein DomainRole.

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 GetLinksToPropertyAttributes ( _
    domainRoleInstance As DomainRole _
) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
public static ReadOnlyCollection<DomainRoleHasPropertyAttributes> GetLinksToPropertyAttributes(
    DomainRole domainRoleInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainRoleHasPropertyAttributes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace