TypeDescriptor.GetPropertiesFromRegisteredType Méthode

Définition

Surcharges

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)

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

Retours

S’applique à

GetPropertiesFromRegisteredType(Object)

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

Retours

S’applique à