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
override Attributes : AttributeCollection
override function get Attributes () : AttributeCollection

属性值

类型:System.ComponentModel.AttributeCollection
包含特性的 AttributeCollection 对象与当前属性说明符。

.NET Framework 安全性

请参见

参考

DataViewPropertyDescriptor 类

Microsoft.VisualStudio.Data.Framework 命名空间