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

適用於