AxHost.ICustomTypeDescriptor.GetProperties Méthode

Définition

Retourne les propriétés pour l'objet actif.

Surcharges

ICustomTypeDescriptor.GetProperties()

Retourne les propriétés pour l'objet actif.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourne les propriétés pour l'objet actif à l'aide du tableau d'attributs spécifié en tant que filtre.

ICustomTypeDescriptor.GetProperties()

Retourne les propriétés pour l'objet actif.

 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

PropertyDescriptorCollection qui représente les événements pour l'objet actif.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de AxHost est castée en interface ICustomTypeDescriptor.

S’applique à

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourne les propriétés pour l'objet actif à l'aide du tableau d'attributs spécifié en tant que filtre.

 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

PropertyDescriptorCollection

PropertyDescriptorCollection qui représente les événements pour le AxHost en cours qui correspondent au jeu d'attributs donné.

Implémente

S’applique à