PropertyDescriptorCollection コンストラクター

定義

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

オーバーロード

名前 説明
PropertyDescriptorCollection(PropertyDescriptor[])

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

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。このインスタンスは、必要に応じて読み取り専用です。

PropertyDescriptorCollection(PropertyDescriptor[])

ソース:
PropertyDescriptorCollection.cs
ソース:
PropertyDescriptorCollection.cs
ソース:
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.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場合は、コレクションを変更できないことを指定します。

こちらもご覧ください

適用対象