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

返回

适用于

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

返回

适用于