NamedCustomTypeDescriptor.GetProperties Metodo

Definizione

Overload

GetProperties()
GetProperties(Attribute[])

GetProperties()

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

Restituisce

PropertyDescriptorCollection

Implementazioni

Si applica a

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

Parametri

attributes
Attribute[]

Restituisce

PropertyDescriptorCollection

Implementazioni

Si applica a