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

實作

適用於