IVsUIShell6.GetKeyBindingScope(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the name of a key binding scope.
public:
System::String ^ GetKeyBindingScope(Guid % keyBindingScope);
public string GetKeyBindingScope (ref Guid keyBindingScope);
abstract member GetKeyBindingScope : Guid -> string
Public Function GetKeyBindingScope (ByRef keyBindingScope As Guid) As String
Parameters
- keyBindingScope
- Guid
[in] The key binding scope whose name is returned. Valid key binding scopes are the registered editor's GUIDs, and guidVSStd97 is the Global scope.
Returns
The name of the key binding scope.