SettingsBase.Properties プロパティ
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
設定プロパティのコレクションを取得します。
public:
virtual property System::Configuration::SettingsPropertyCollection ^ Properties { System::Configuration::SettingsPropertyCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyCollection Properties { get; }
member this.Properties : System.Configuration.SettingsPropertyCollection
Public Overridable ReadOnly Property Properties As SettingsPropertyCollection
すべての SettingsPropertyCollection オブジェクトが格納されている SettingsProperty コレクション。
プロパティのアクセサーは get
、 Properties インスタンスによって管理されるプロパティに関連付けられているインスタンスの SettingsProperty コレクションを SettingsBase 返します。
クラスは SettingsBase 、名前、プロパティの種類、設定プロバイダー、既定値、読み取り専用の状態、シリアル化設定など、設定の特定の特性をネイティブに認識します。 これらの特性は、 クラスの SettingsProperty プロパティとしてミラー化されます。 クラスの SettingsProperty 他のすべての属性は、 として SettingsAttributeDictionary関連付けられている設定プロバイダーに渡されます。
製品 | バージョン |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。