ToolWindowProvider.RegisterToolWindow(Type) 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.
Registers a tool window with the tool window provider.
protected void RegisterToolWindow (Type toolWindowType);
member this.RegisterToolWindow : Type -> unit
Protected Sub RegisterToolWindow (toolWindowType As Type)
Parameters
- toolWindowType
- Type
The type of the tool window.