Compartir a través de


PropertyItem.Attributes (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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[])

Valor de propiedad

Tipo: array<System.Attribute[]

Seguridad de .NET Framework

Vea también

Referencia

PropertyItem Clase

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)