AsyncPackage.IVsAsyncToolWindowFactory.CreateToolWindow 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.
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)