SettingChangingEventArgs.SettingClass プロパティ

定義

アプリケーション設定プロパティのカテゴリを取得します。

public:
 property System::String ^ SettingClass { System::String ^ get(); };
public string SettingClass { get; }
member this.SettingClass : string
Public ReadOnly Property SettingClass As String

プロパティ値

設定のカテゴリの説明を格納している String。 通常、このパラメーターは、アプリケーション設定グループ名に設定されます。

注釈

すべてのアプリケーション設定は、アプリケーション設定グループに属します。 グループ名は、 クラス SettingsGroupNameAttributeを で修飾することで明示的に指定できます。それ以外の場合は、設定ラッパー クラスの名前を使用して生成されます。

適用対象

こちらもご覧ください