SettingChangingEventArgs.SettingKey 屬性

定義

取得與該屬性相關的應用程式設定鍵。

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

屬性值

String A 裡面有應用程式設定鍵。

備註

每個設定包裝類別(源自 ApplicationSettingsBase)都有一個相關的設定鍵,這是一串字串,幫助在單一應用程式中辨識同一包裝器的不同實例。 由於每個包裝類別定義一組代表應用程式設定的屬性,設定鍵同樣有助於釐清其使用。

適用於

另請參閱