Share via


ToolWindowProvider.RegisterToolWindow(Type) Method

Definition

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.

Applies to