PropertyDescriptorCollection コンストラクター

定義

PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。

オーバーロード

PropertyDescriptorCollection(PropertyDescriptor[])

PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

オプションで読み取り専用にできる PropertyDescriptorCollection クラスの新しい空のインスタンスを初期化します。

PropertyDescriptorCollection(PropertyDescriptor[])

ソース:
PropertyDescriptorCollection.cs
ソース:
PropertyDescriptorCollection.cs
ソース:
PropertyDescriptorCollection.cs

PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。

public:
 PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[] properties);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[]? properties);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor())

パラメーター

properties
PropertyDescriptor[]

コレクションのプロパティを提供する PropertyDescriptor 型の配列。

こちらもご覧ください

適用対象

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

ソース:
PropertyDescriptorCollection.cs
ソース:
PropertyDescriptorCollection.cs
ソース:
PropertyDescriptorCollection.cs

オプションで読み取り専用にできる PropertyDescriptorCollection クラスの新しい空のインスタンスを初期化します。

public:
 PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties, bool readOnly);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[] properties, bool readOnly);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[]? properties, bool readOnly);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] * bool -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor(), readOnly As Boolean)

パラメーター

properties
PropertyDescriptor[]

コレクションのプロパティを提供する PropertyDescriptor 型の配列。

readOnly
Boolean

true の場合、コレクションを変更できません。

こちらもご覧ください

適用対象