NamedCustomTypeDescriptor.GetProperties 方法

定义

重载

GetProperties()
GetProperties(Attribute[])

GetProperties()

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public System.ComponentModel.PropertyDescriptorCollection GetProperties ();
Public Function GetProperties () As PropertyDescriptorCollection

返回

PropertyDescriptorCollection

实现

适用于

GetProperties(Attribute[])

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
Public Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection

参数

attributes
Attribute[]

返回

PropertyDescriptorCollection

实现

适用于