DesignerOptionService.DesignerOptionCollection.Properties プロパティ

定義

この DesignerOptionService.DesignerOptionCollection によって提供されるプロパティのコレクションと、そのすべての子を取得します。

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection

プロパティ値

この DesignerOptionService.DesignerOptionCollection によって提供されるプロパティのコレクションと、そのすべての子。

注釈

PropertyDescriptor オブジェクトは、 メソッドに CreateOptionCollection 渡された値から直接取得され、ユーザーから値オブジェクトを非表示にする追加のプロパティ記述子にラップされます。 つまり、任意の値をさまざまなPropertyDescriptorメソッドの component パラメーターに渡すことができます。 値は認識されず、内部的に正しい値に置き換えられます。

適用対象

こちらもご覧ください