Package::CreateToolWindow Method (Type^, Int32, UInt32)
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)
protected: WindowPane^ CreateToolWindow( Type^ toolWindowType, int id, unsigned int flags )
Parameters
- toolWindowType
-
Type:
System::Type^
The type of the window to be created.
- id
-
Type:
System::Int32
The instance ID, or 0 for single instance tool windows.
- flags
- Type: System::UInt32
Return Value
Type: Microsoft.VisualStudio.Shell::WindowPane^An instance of a class derived from ToolWindowPane.
Show: