Freigeben über


AttributedDomainElement.Attributes-Eigenschaft

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 ReadOnly Property Attributes As LinkedElementCollection(Of ClrAttribute)
public LinkedElementCollection<ClrAttribute> Attributes { get; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributedDomainElement Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace