TypeDescriptor.GetPropertiesFromRegisteredType Yöntem

Tanım

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

Döndürülenler

Şunlara uygulanır