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

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

value = ToolWindowGuids80.StartPage
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 that is usable in a .ctc file 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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace