ToolWindowGuids80.WebBrowserPreviewWindow Field
This tool window displays the ASP.NET configuration pages for a Web site project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const WebBrowserPreviewWindow As String
public const string WebBrowserPreviewWindow
public:
literal String^ WebBrowserPreviewWindow
static val mutable WebBrowserPreviewWindow: string
public const var WebBrowserPreviewWindow : String
Remarks
The GUID for this tool window is:
#define guidWebBrowserPreviewWindow { 0xE8B06F53, 0x6D01, 0x11D2, { 0xAA, 0x7D, 0x00, 0xC0, 0x4F, 0x99, 0x03, 0x43 } }
This tool window is typically available by selecting ASP.NET Configuration from the Website menu (which is available only when a Web site project is loaded).
.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.