TypeDescriptor.GetPropertiesFromRegisteredType 方法

定义

重载

GetPropertiesFromRegisteredType(Type)

获取指定类型的属性集合。

GetPropertiesFromRegisteredType(Object)

获取指定组件的属性集合。

GetPropertiesFromRegisteredType(Type)

获取指定类型的属性集合。

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

参数

componentType
Type

一个表示要为其获取属性的组件的 Type

返回

具有指定类型组件的属性的 PropertyDescriptorCollection

适用于

GetPropertiesFromRegisteredType(Object)

获取指定组件的属性集合。

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

参数

component
Object

要获取其属性的组件。

返回

具有指定组件属性的 PropertyDescriptorCollection

适用于