Share via


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、 や PropertyInfo オブジェクトなど、プロパティに関する情報を含む任意のオブジェクトをPropertyDescriptor指定できます。

適用対象