PropertyData.Attributes 属性

定义

获取对象的属性集合。

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

属性值

AttributeCollection

对象的属性集合。

实现

适用于