Nyelv

TypeDescriptor.GetPropertiesFromRegisteredType Metódus

Definíció

Túlterhelések

Name Description
GetPropertiesFromRegisteredType(Type)

Lekéri a megadott típushoz tartozó tulajdonságok gyűjteményét.

GetPropertiesFromRegisteredType(Object)

Lekéri egy adott összetevő tulajdonságainak gyűjteményét.

GetPropertiesFromRegisteredType(Type)

Forrás:
TypeDescriptor.cs
Forrás:
TypeDescriptor.cs
Forrás:
TypeDescriptor.cs

Lekéri a megadott típushoz tartozó tulajdonságok gyűjteményét.

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

componentType
Type

A Type tulajdonságok lekéréséhez használt összetevőt jelöli.

Válaszok

Egy PropertyDescriptorCollection adott típusú összetevő tulajdonságaival.

A következőre érvényes:

GetPropertiesFromRegisteredType(Object)

Forrás:
TypeDescriptor.cs
Forrás:
TypeDescriptor.cs
Forrás:
TypeDescriptor.cs

Lekéri egy adott összetevő tulajdonságainak gyűjteményét.

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

component
Object

Egy összetevő, amely lekéri a tulajdonságokat.

Válaszok

A PropertyDescriptorCollection a megadott összetevő tulajdonságaival.

A következőre érvényes: