Share via


DataViewPropertyDescriptor.Attributes Property

Gets the collection of attributes associated with the current property descriptor.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Attributes As AttributeCollection
'Usage
Dim instance As DataViewPropertyDescriptor 
Dim value As AttributeCollection 

value = instance.Attributes
public override AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () override;
}
public override function get Attributes () : AttributeCollection

Property Value

Type: System.ComponentModel.AttributeCollection
An AttributeCollection object containing the attributes associated with the current property descriptor.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace