TypeDescriptor.GetPropertiesFromRegisteredType 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.
Surcharges
| Nom | Description |
|---|---|
| GetPropertiesFromRegisteredType(Type) |
Obtient une collection de propriétés pour un type spécifié. |
| GetPropertiesFromRegisteredType(Object) |
Obtient une collection de propriétés pour un composant spécifié. |
GetPropertiesFromRegisteredType(Type)
- Source:
- TypeDescriptor.cs
Obtient une collection de propriétés pour un type spécifié.
public:
static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType(Type componentType);
static member GetPropertiesFromRegisteredType : Type -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (componentType As Type) As PropertyDescriptorCollection
Paramètres
Retours
Un PropertyDescriptorCollection avec les propriétés d’un type de composant spécifié.
S’applique à
GetPropertiesFromRegisteredType(Object)
- Source:
- TypeDescriptor.cs
Obtient une collection de propriétés pour un composant spécifié.
public:
static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(System::Object ^ component);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType(object component);
static member GetPropertiesFromRegisteredType : obj -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (component As Object) As PropertyDescriptorCollection
Paramètres
- component
- Object
Composant pour lequel obtenir les propriétés.
Retours
Une PropertyDescriptorCollection avec les propriétés du composant spécifié.