ToolWindowGuids80.HelpHowDoI Field
This tool window displays a list of help topics that help answer the question "How do I?"
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const HelpHowDoI As String
'Usage
Dim value As String
value = ToolWindowGuids80.HelpHowDoI
public const string HelpHowDoI
public:
literal String^ HelpHowDoI
public const var HelpHowDoI : String
Remarks
The GUID for this tool window that is usable in a .ctc file is:
#define guidHelpHowDoI { 0x4A78E230, 0xDCCB, 0x44DF, { 0x95, 0xCF, 0x22, 0xEE, 0x6E, 0x24, 0x59, 0xBB } }
This tool window is typically available by selecting How Do I from the Help menu.
Note
This tool window is accessible only when help is integrated into the shell (in the Options dialog box available from the Tools menu, select the Help category and then select Show help using: Integrated Help Viewer).
.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.