DataViewPropertyDescriptor 构造函数 (PropertyDescriptor, array<Attribute )

初始化 DataViewPropertyDescriptor 选件和类的新实例使用属性说明符对象的属性。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Sub New ( _
    baseDescriptor As PropertyDescriptor, _
    ParamArray newAttributes As Attribute() _
)
public DataViewPropertyDescriptor(
    PropertyDescriptor baseDescriptor,
    params Attribute[] newAttributes
)
public:
DataViewPropertyDescriptor(
    PropertyDescriptor^ baseDescriptor, 
    ... array<Attribute^>^ newAttributes
)
new : 
        baseDescriptor:PropertyDescriptor * 
        newAttributes:Attribute[] -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    baseDescriptor : PropertyDescriptor, 
    ... newAttributes : Attribute[]
)

参数

.NET Framework 安全性

请参见

参考

DataViewPropertyDescriptor 类

DataViewPropertyDescriptor 重载

Microsoft.VisualStudio.Data.Framework 命名空间