Freigeben über


AttributedDomainElementHasAttributes.GetAttributes-Methode

Ruft eine Liste von Attributen ab oder legt diese fest.

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 GetAttributes ( _
    element As AttributedDomainElement _
) As LinkedElementCollection(Of ClrAttribute)
public static LinkedElementCollection<ClrAttribute> GetAttributes(
    AttributedDomainElement element
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributedDomainElementHasAttributes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace