共用方式為


DataViewPropertyDescriptor.Attributes 屬性

取得屬性的集合與目前屬性描述項。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public Overrides ReadOnly Property Attributes As AttributeCollection
public override AttributeCollection Attributes { get; }
public:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () override;
}
abstract Attributes : AttributeCollection with get 
override Attributes : AttributeCollection with get
override function get Attributes () : AttributeCollection

屬性值

類型:AttributeCollection
包含屬性的 AttributeCollection 物件與目前的屬性描述項。

.NET Framework 安全性

請參閱

參考

DataViewPropertyDescriptor 類別

Microsoft.VisualStudio.Data.Framework 命名空間