次の方法で共有


SettingChangingEventArgs.NewValue プロパティ

定義

アプリケーション設定プロパティに割り当てられている新しい値を取得します。

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

プロパティ値

アプリケーション設定プロパティに割り当てる新しい値を含む Object

注釈

NewValue プロパティの実際の型は、設定されている settings プロパティと互換性がある必要があります。 後者は、SettingsProperty クラスの PropertyType プロパティを使用できます。

適用対象

こちらもご覧ください