AsyncPackage.GetAsyncToolWindowFactory(Guid) Method

Definition

Returns the asynchronous tool window factory interface for the tool window identified by toolWindowType, if asynchronous creation is supported for the tool window. If asynchronous creation is not supported, null is returned.

public:
 virtual Microsoft::VisualStudio::Shell::Interop::IVsAsyncToolWindowFactory ^ GetAsyncToolWindowFactory(Guid toolWindowType);
public virtual Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory GetAsyncToolWindowFactory (Guid toolWindowType);
abstract member GetAsyncToolWindowFactory : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory
override this.GetAsyncToolWindowFactory : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsAsyncToolWindowFactory
Public Overridable Function GetAsyncToolWindowFactory (toolWindowType As Guid) As IVsAsyncToolWindowFactory

Parameters

toolWindowType
Guid

Type of the window to be created

Returns

The asynchronous factory interface, or null if not supported

Implements

Applies to