WebPartMenuStyle.ICustomTypeDescriptor.GetProperties Metodo

Definizione

Restituisce le proprietà per questa istanza di un componente. Questo metodo implementa il metodo di overload GetProperties .

Overload

Nome Descrizione
ICustomTypeDescriptor.GetProperties()

Restituisce le proprietà per questa istanza di un componente. Questo metodo implementa l'overload del GetProperties() metodo.

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce le proprietà per questa istanza di un componente utilizzando la matrice di attributi come filtro. Questo metodo implementa l'overload del GetProperties(Attribute[]) metodo.

ICustomTypeDescriptor.GetProperties()

Restituisce le proprietà per questa istanza di un componente. Questo metodo implementa l'overload del GetProperties() metodo.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Valori restituiti

Oggetto PropertyDescriptorCollection che rappresenta le proprietà per questo oggetto.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia WebPartMenuStyleICustomTypeDescriptor .

Si applica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce le proprietà per questa istanza di un componente utilizzando la matrice di attributi come filtro. Questo metodo implementa l'overload del GetProperties(Attribute[]) metodo.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parametri

attributes
Attribute[]

Matrice di tipo Attribute utilizzata come filtro.

Valori restituiti

Oggetto PropertyDescriptorCollection che rappresenta le proprietà filtrate per questo oggetto.

Implementazioni

Si applica a