TypeDescriptor.GetPropertiesFromRegisteredType Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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
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.