Partager via


TypeDescriptor.GetPropertiesFromRegisteredType Méthode

Définition

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

componentType
Type

Type qui représente le composant pour lequel obtenir les propriétés.

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é.

S’applique à