ToolWindowGuids80.WebBrowserWindow Field

This tool window displays a browser in the Visual Studio shell.

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

Syntax

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

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

Remarks

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

#define guidWebBrowserWindow { 0xE8B06F52, 0x6D01, 0x11D2, { 0xAA, 0x7D, 0x00, 0xC0, 0x4F, 0x99, 0x03, 0x43 } }

This tool window is typically available by selecting Show Browser from the Web Browser submenu of the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace