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
    Get
public override AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () override;
}
abstract Attributes : AttributeCollection
override Attributes : AttributeCollection
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

Microsoft.VisualStudio.Data.Framework Namespace