Share via


Attributes Property

Gets or sets a collection of additional Attributes for this property. This can be used to specify attributes beyond those supported intrinsically by the PropertyItem class, such as ReadOnly and Browsable.

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

Syntax

'Declaration
Public Property Attributes As Attribute()
    Get
    Set
'Usage
Dim instance As PropertyItem
Dim value As Attribute()

value = instance.Attributes

instance.Attributes = value
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[])

Property Value

Type: array<System..::..Attribute> [] () [] []

See Also

Reference

PropertyItem Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace