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 物件。