Freigeben über


DomainRoleHasPropertyAttributes.GetPropertyAttributes-Methode

Ruft eine Liste mit PropertyAttributes 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 GetPropertyAttributes ( _
    element As DomainRole _
) As LinkedElementCollection(Of ClrAttribute)
public static LinkedElementCollection<ClrAttribute> GetPropertyAttributes(
    DomainRole element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ClrAttribute>

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainRoleHasPropertyAttributes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace