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
public override AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
AttributeCollection^ get () override;
}
abstract Attributes : AttributeCollection with get
override Attributes : AttributeCollection with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.