AsyncPackage.IVsAsyncToolWindowFactory.CreateToolWindow Method

Definition

Creates a tool window of the specified type with the specified ID.

 virtual void Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.CreateToolWindow(Guid toolWindowType, System::UInt32 id, System::Object ^ context) = Microsoft::VisualStudio::Shell::Interop::IVsAsyncToolWindowFactory::CreateToolWindow;
void IVsAsyncToolWindowFactory.CreateToolWindow (Guid toolWindowType, uint id, object context);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.CreateToolWindow : Guid * uint32 * obj -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory.CreateToolWindow : Guid * uint32 * obj -> unit
Sub CreateToolWindow (toolWindowType As Guid, id As UInteger, context As Object) Implements IVsAsyncToolWindowFactory.CreateToolWindow

Parameters

toolWindowType
Guid

Type of the window to be created

id
UInt32

Instance ID or 0 for single instance toolwindows

context
Object

Tool window creation context (passed to ToolWindowPane constructor)

Implements

Applies to