DataViewBrowseObject.GetProperties 方法 (array<Attribute )

检索与当前的指定属性浏览对象属性的 PropertyDescriptorCollection 集合。

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

语法

声明
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

参数

返回值

类型:System.ComponentModel.PropertyDescriptorCollection
返回包含与当前的指定属性浏览对象的属性 PropertyDescriptorCollection 集合。

实现

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

GetProperties 重载

Microsoft.VisualStudio.Data.Framework 命名空间