ToolWindowGuids80.Tableofcontents Field
This tool window displays the table of contents for 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 Tableofcontents As String
'Usage
Dim value As String
value = ToolWindowGuids80.Tableofcontents
public const string Tableofcontents
public:
literal String^ Tableofcontents
public const var Tableofcontents : String
Remarks
The GUID for this tool window that is usable in a .ctc file is:
#define guidTableofcontents { 0x4A791147, 0x19E4, 0x11D3, { 0xB8, 0x6B, 0x00, 0xC0, 0x4F, 0x79, 0xF8, 0x02 } }
This tool window is typically available by selecting Contents 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.