ToolWindowGuids80.HelpSearch Field

This tool window displays a search form for searching the help documentation.

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

Syntax

'Declaration
Public Const HelpSearch As String
'Usage
Dim value As String 

value = ToolWindowGuids80.HelpSearch
public const string HelpSearch
public:
literal String^ HelpSearch
public const var HelpSearch : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidHelpSearch { 0x46C87F81, 0x5A06, 0x43A8, { 0x9E, 0x25, 0x85, 0xD3, 0x3B, 0xAC, 0x49, 0xF8 } }

This tool window is typically available by selecting Search 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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace