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
、 や PropertyInfo オブジェクトなど、プロパティに関する情報を含む任意のオブジェクトをPropertyDescriptor指定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET