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 A 包含應用程式設定名稱。
備註
通常設定包裝類別(由 ApplicationSettingsBase衍生出)會被構造成應用程式設定屬性的名稱與其對應的應用程式設定相同。