Freigeben über


IVsUIShell5.GetKeyBindingScope-Methode: (Guid)

 

Veröffentlicht: Oktober 2016

Ruft den Namen eines Bereichs Tastenkombination.

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

Syntax

string GetKeyBindingScope(
    [InAttribute] ref Guid keyBindingScope
)
String^ GetKeyBindingScope(
    [InAttribute] Guid% keyBindingScope
)
abstract GetKeyBindingScope : 
        keyBindingScope:Guid byref -> string
Function GetKeyBindingScope (
    <InAttribute> ByRef keyBindingScope As Guid
) As String

Parameter

  • keyBindingScope
    Type: System.Guid

    [in] Der Bereichs-Tastenkombination, deren Name zurückgegeben wird. Gültige Tastenkombination Bereiche sind der registrierte Editor GUIDs und guidVSStd97 wird im globalen Gültigkeitsbereich.

Rückgabewert

Type: System.String

Der Name des Bereichs Tastenkombination.

Siehe auch

IVsUIShell5-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang