Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This tool window provides links to help topics based on the current context.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const ContextWindow As String
'Usage
Dim value As String
value = ToolWindowGuids80.ContextWindow
public const string ContextWindow
public:
literal String^ ContextWindow
static val mutable ContextWindow: string
public const var ContextWindow : String
Remarks
The GUID for this tool window is:
#define guidContextWindow { 0x66dba47c, 0x61df, 0x11d2, { 0xaa, 0x79, 0x00, 0xc0, 0x4f, 0x99, 0x03, 0x43 } }
This tool window is typically available by selecting Dynamic Help from the Help menu.
The help context is based on the currently active window in the editor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.