TypeDescriptor.GetPropertiesFromRegisteredType Metodo

Definizione

Overload

Nome Descrizione
GetPropertiesFromRegisteredType(Type)

Ottiene una raccolta di proprietà per un tipo specificato.

GetPropertiesFromRegisteredType(Object)

Ottiene una raccolta di proprietà per un componente specificato.

GetPropertiesFromRegisteredType(Type)

Origine:
TypeDescriptor.cs
Origine:
TypeDescriptor.cs
Origine:
TypeDescriptor.cs

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

Oggetto Type che rappresenta il componente per cui ottenere le proprietà.

Valori restituiti

Oggetto PropertyDescriptorCollection con le proprietà per un tipo di componente specificato.

Si applica a

GetPropertiesFromRegisteredType(Object)

Origine:
TypeDescriptor.cs
Origine:
TypeDescriptor.cs
Origine:
TypeDescriptor.cs

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

Componente per cui ottenere le proprietà.

Valori restituiti

Oggetto PropertyDescriptorCollection con le proprietà per il componente specificato.

Si applica a