TypeDescriptor.GetPropertiesFromRegisteredType Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| GetPropertiesFromRegisteredType(Type) |
Belirtilen tür için bir özellik koleksiyonu alır. |
| GetPropertiesFromRegisteredType(Object) |
Belirtilen bileşen için bir özellik koleksiyonu alır. |
GetPropertiesFromRegisteredType(Type)
Belirtilen tür için bir özellik koleksiyonu alır.
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
Parametreler
- componentType
- Type
Döndürülenler
Şunlara uygulanır
GetPropertiesFromRegisteredType(Object)
Belirtilen bileşen için bir özellik koleksiyonu alır.
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
Parametreler
- component
- Object