SubMenuStyle.ICustomTypeDescriptor.GetProperties Méthode

Définition

Pour obtenir une description de ce membre, consultez GetProperties.

Surcharges

ICustomTypeDescriptor.GetProperties()

Pour obtenir une description de ce membre, consultez GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Pour obtenir une description de ce membre, consultez GetProperties(Attribute[]).

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il ne peut être utilisé que lorsque l’instance SubMenuStyle est castée dans l’interface ICustomTypeDescriptor .

ICustomTypeDescriptor.GetProperties()

Pour obtenir une description de ce membre, consultez 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

Retours

PropertyDescriptorCollection qui contient les propriétés pour cette instance.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il ne peut être utilisé que lorsque l’instance SubMenuStyle est castée dans l’interface ICustomTypeDescriptor .

S’applique à

ICustomTypeDescriptor.GetProperties(Attribute[])

Pour obtenir une description de ce membre, consultez 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

Paramètres

attributes
Attribute[]

Tableau de type Attribute utilisé comme filtre.

Retours

Objet PropertyDescriptorCollection qui contient les propriétés filtrées pour cette instance.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il ne peut être utilisé que lorsque l’instance SubMenuStyle est castée dans l’interface ICustomTypeDescriptor .

S’applique à