Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.