ToolWindowGuids80.HelpIndexResults Field

This tool window displays all entries of a selected help index keyword.

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

Syntax

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

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

Remarks

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

#define guidHelpIndexResults { 0x73F6DD5B, 0x437E, 0x11D3, { 0xB8, 0x8E, 0x00, 0xC0, 0x4F, 0x79, 0xF8, 0x02 } }

This tool window is typically available by selecting Index Results from the Help menu. This tool window is also made active if you double-click an index keyword that has more than one topic associated with it.

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