Compartilhar via


Método AttributedDomainElementHasAttributes.GetAttributes

Obtém uma lista de atributos.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetAttributes ( _
    element As AttributedDomainElement _
) As LinkedElementCollection(Of ClrAttribute)
public static LinkedElementCollection<ClrAttribute> GetAttributes(
    AttributedDomainElement element
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

AttributedDomainElementHasAttributes Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition