SettingChangingEventArgs.SettingKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與該屬性相關的應用程式設定鍵。
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)都有一個相關的設定鍵,這是一串字串,幫助在單一應用程式中辨識同一包裝器的不同實例。 由於每個包裝類別定義一組代表應用程式設定的屬性,設定鍵同樣有助於釐清其使用。