AsyncPackage.GetAsyncToolWindowFactory(Guid) 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.
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