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関連付けられている設定プロバイダーに渡されます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET