IVsUIShell6.GetKeyBindingScope(Guid) Method

Definition

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.

Implements

Applies to