SettingChangedEventArgs.SettingKey プロパティ
v2 に適用されます。
設定キーを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Property SettingKey As String
Get
Private Set
'使用
Dim instance As SettingChangedEventArgs
Dim value As String
value = instance.SettingKey
public string SettingKey { get; private set; }
public:
property String^ SettingKey {
String^ get ();
private: void set (String^ value);
}
member SettingKey : string with get, private set
function get SettingKey () : String
private function set SettingKey (value : String)
プロパティ値
型: System.String
設定キー。