IVsUIShell5.GetKeyBindingScope(Guid) 方法

定义

检索键绑定范围的名称。

public:
 System::String ^ GetKeyBindingScope(Guid % keyBindingScope);
public string GetKeyBindingScope (ref Guid keyBindingScope);
abstract member GetKeyBindingScope :  -> string
Public Function GetKeyBindingScope (ByRef keyBindingScope As Guid) As String

参数

keyBindingScope
Guid

中返回其名称的键绑定范围。 有效的键绑定范围是已注册的编辑器的 Guid,guidVSStd97 是全局范围。

返回

String

键绑定范围的名称。

适用于