IVsUIShell6::GetKeyBindingScope Method (Guid)

 

Retrieves the name of a key binding scope.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

String^ GetKeyBindingScope(
	[InAttribute] Guid% keyBindingScope
)

Parameters

keyBindingScope
Type: System::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.

Return Value

Type: System::String^

The name of the key binding scope.

Return to top
Show: