SettingChangingEventArgs.SettingName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與應用程式設定屬性相關聯之應用程式設定的名稱。
public:
property System::String ^ SettingName { System::String ^ get(); };
public string SettingName { get; }
member this.SettingName : string
Public ReadOnly Property SettingName As String
屬性值
String,包含應用程式設定的名稱。
備註
一般而言,會建構衍生自 ApplicationSettingsBase的設定包裝函式類別,讓應用程式設定屬性的名稱與其相關聯的應用程式設定相同。