Interop.ICustomTypeDescriptor.GetProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la collection de propriétés de l’élément Activity contenu.
Surcharges
ICustomTypeDescriptor.GetProperties() |
Retourne la collection de propriétés de l’élément Activity contenu. |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
Retourne la collection de propriétés de l'Activity contenue en utilisant la tableau spécifié d'attributs comme filtre. |
ICustomTypeDescriptor.GetProperties()
Retourne la collection de propriétés de l’élément Activity contenu.
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 représente la collection de propriétés de l'Activity contenue.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Interop est castée en interface ICustomTypeDescriptor.
S’applique à
ICustomTypeDescriptor.GetProperties(Attribute[])
Retourne la collection de propriétés de l'Activity contenue en utilisant la tableau spécifié d'attributs comme 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 d'attributs utilisé pour filtrer les propriétés.
Retours
Collection de propriétés pour l'Activity contenue.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Interop est castée en interface ICustomTypeDescriptor.