ToolWindowProvider.GetToolWindow(String) Method
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.
Gets the tool window for the given identifier.
protected Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindow GetToolWindow (string identifier);
member this.GetToolWindow : string -> Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindow
Protected Function GetToolWindow (identifier As String) As ToolWindow
Parameters
- identifier
- String
The tool window identifier.
Returns
The tool window matching the identifier.
Exceptions
Thrown if the identifier doesn't match a registered tool window.