ToolWindowGuids80.StartPage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window contains the Start Page that can be the first thing shown when Visual Studio starts.
public: System::String ^ StartPage;
std::wstring StartPage;
public const string StartPage;
val mutable StartPage : string
Public Const StartPage As String
Field Value
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.