SubMenuStyle.ICustomTypeDescriptor.GetProperties Metodo

Definizione

Per una descrizione di questo membro, vedere GetProperties.

Overload

ICustomTypeDescriptor.GetProperties()

Per una descrizione di questo membro, vedere GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Per una descrizione di questo membro, vedere GetProperties(Attribute[]).

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'istanza viene eseguita il cast nell'interfaccia SubMenuStyleICustomTypeDescriptor .

ICustomTypeDescriptor.GetProperties()

Per una descrizione di questo membro, vedere GetProperties().

 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

Restituisce

Oggetto PropertyDescriptorCollection contenente le proprietà di questa istanza.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'istanza viene eseguita il cast nell'interfaccia SubMenuStyleICustomTypeDescriptor .

Si applica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Per una descrizione di questo membro, vedere GetProperties(Attribute[]).

 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 usata come filtro.

Restituisce

Oggetto PropertyDescriptorCollection contenente le proprietà filtrate di questa istanza.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'istanza viene eseguita il cast nell'interfaccia SubMenuStyleICustomTypeDescriptor .

Si applica a