SettingChangedEventArgs.SettingKey 属性
适用于版本2
获取或设置设置键。
命名空间: 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
设置键。