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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。