Package.CreateToolWindow Method (Guid, Int32)
Visual Studio 2015
Creates a tool window of the specified type with the specified ID.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- toolWindowType
-
Type:
System.Guid
The GUID of the tool window type.
- id
-
Type:
System.Int32
The instance ID or 0 for single instance tool windows
Show: