ItemPropertyInfo(String, Type, Object) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
可以是包含有关 属性的信息的任何对象,例如 PropertyDescriptor 或 PropertyInfo 对象。