DependencyPropertyDescriptor.Attributes Property

Definition

Gets the collection of attributes for this member.

public:
 virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public override System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overrides ReadOnly Property Attributes As AttributeCollection

Property Value

The AttributeCollection collection of attributes.

Applies to