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

‘선언
Public Const HelpHowDoI As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.HelpHowDoI
public const string HelpHowDoI
public:
literal String^ HelpHowDoI
static val mutable HelpHowDoI: string
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.

참고

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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace