PropertyDescriptorCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。
オーバーロード
PropertyDescriptorCollection(PropertyDescriptor[]) |
PropertyDescriptorCollection クラスの新しいインスタンスを初期化します。 |
PropertyDescriptorCollection(PropertyDescriptor[], Boolean) |
オプションで読み取り専用にできる PropertyDescriptorCollection クラスの新しい空のインスタンスを初期化します。 |
PropertyDescriptorCollection(PropertyDescriptor[])
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 クラスの新しい空のインスタンスを初期化します。
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
の場合、コレクションを変更できません。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET