ToolWindowGuids80.StartPage Field
This tool window contains the Start Page that can be the first thing shown when Visual Studio starts.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const StartPage As String
public const string StartPage
public:
literal String^ StartPage
static val mutable StartPage: string
public const var StartPage : String
Remarks
The GUID for this tool window is:
#define guidStartPage { 0x387CB18D, 0x6153, 0x4156, { 0x92, 0x57, 0x9A, 0xC3, 0xF9, 0x20, 0x7B, 0xBE } }
This tool window can be displayed by selecting Start Page from the View menu.
.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.