ToolWindowGuids80.DocumentOutline Field

This tool window provides an outline of an HTML file.

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

Syntax

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

value = ToolWindowGuids80.DocumentOutline
public const string DocumentOutline
public:
literal String^ DocumentOutline
static val mutable DocumentOutline: string
public const var DocumentOutline : String

Remarks

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

#define guidDocumentOutline { 0x25f7e850, 0xffa1, 0x11d0, { 0xb6, 0x3f, 0x0, 0xa0, 0xc9, 0x22, 0xe8, 0x51 } }

This tool window is typically available by selecting Document Outline from the Other Windows submenu of the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace