ItemPropertyInfo(String, Type, Object) 构造函数

定义

初始化 ItemPropertyInfo 类的新实例。

public:
 ItemPropertyInfo(System::String ^ name, Type ^ type, System::Object ^ descriptor);
public ItemPropertyInfo (string name, Type type, object descriptor);
new System.ComponentModel.ItemPropertyInfo : string * Type * obj -> System.ComponentModel.ItemPropertyInfo
Public Sub New (name As String, type As Type, descriptor As Object)

参数

name
String

属性的名称。

type
Type

属性的类型。

descriptor
Object

其中包含有关属性的附加信息的对象。

注解

参数 descriptor 可以是包含有关 属性的信息的任何对象,例如 PropertyDescriptorPropertyInfo 对象。

适用于