DomainRoleHasPropertyAttributes.GetPropertyAttributes (Método)

obtiene una lista de PropertyAttributes.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public Shared Function GetPropertyAttributes ( _
    element As DomainRole _
) As LinkedElementCollection(Of ClrAttribute)
public static LinkedElementCollection<ClrAttribute> GetPropertyAttributes(
    DomainRole element
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DomainRoleHasPropertyAttributes Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)