ModelingPackage.AddToolWindow(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.
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.