IVsUIShell5.GetKeyBindingScope(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索键绑定范围的名称。
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 是全局范围。
返回
键绑定范围的名称。