TypeDescriptor.GetPropertiesFromRegisteredType Metodo

Definizione

Overload

GetPropertiesFromRegisteredType(Type)

Ottiene una raccolta di proprietà per un tipo specificato.

GetPropertiesFromRegisteredType(Object)

Ottiene una raccolta di proprietà per un componente specificato.

GetPropertiesFromRegisteredType(Type)

Ottiene una raccolta di proprietà per un tipo specificato.

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

Parametri

componentType
Type

Restituisce

Si applica a

GetPropertiesFromRegisteredType(Object)

Ottiene una raccolta di proprietà per un componente specificato.

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

Parametri

component
Object

Restituisce

Si applica a