Package.FindWindowPane Method (Type, Int32, Boolean)
Visual Studio 2015
Gets the window pane corresponding to the specified type and ID, and if no window pane of that type exists creates one if told to do so.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- toolWindowType
-
Type:
System.Type
The type of the window to be created.
- id
-
Type:
System.Int32
The instance ID.
- create
-
Type:
System.Boolean
true to create a window pane if none exists, otherwise false.
Show: