ThreadedWaitDialogHelper.CreateInstance(IVsThreadedWaitDialogFactory) 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 an instance of the threaded wait dialog.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog4 ^ CreateInstance(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialogFactory ^ factory);
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog4 ^ CreateInstance(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialogFactory ^ factory);
public static Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog4 CreateInstance (this Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialogFactory factory);
static member CreateInstance : Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialogFactory -> Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog4
<Extension()>
Public Function CreateInstance (factory As IVsThreadedWaitDialogFactory) As IVsThreadedWaitDialog4
Parameters
- factory
- IVsThreadedWaitDialogFactory
The threaded wait dialog factory.
Returns
The created dialog.