Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.