Share via


DependencyPropertyDescriptor.Attributes 属性

定义

获取该成员的特性集合。

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

属性值

特性的 AttributeCollection 集合。

适用于