Share via


ModelingPackage.AddToolWindow(Type) Method

Definition

We will provide basic tool window support for now, to see if things work. This should be done at the base Package level, in a similar fashion to proferred services.

protected:
 void AddToolWindow(Type ^ toolWindowType);
protected void AddToolWindow (Type toolWindowType);
member this.AddToolWindow : Type -> unit
Protected Sub AddToolWindow (toolWindowType As Type)

Parameters

toolWindowType
Type

ToolWindow-derived type which is proferred by this package. Tool window instances are demand-created.

Applies to