PropertyItem.Attributes-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property Attributes As Attribute()
    Get
    Set
public Attribute[] Attributes { get; set; }
public:
property array<Attribute^>^ Attributes {
    array<Attribute^>^ get ();
    void set (array<Attribute^>^ value);
}
member Attributes : Attribute[] with get, set
function get Attributes () : Attribute[]
function set Attributes (value : Attribute[])

Eigenschaftswert

Typ: array<System.Attribute[]

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyItem Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace