IVsThreadedWaitDialogFactory::CreateInstance Method (IVsThreadedWaitDialog2^)
Visual Studio 2015
Creates instances of threaded wait dialogs.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- ppIVsThreadedWaitDialog
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsThreadedWaitDialog2^
The IVsThreadedWaitDialog2 interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method provides instances of IVsThreadedWaitDialog and IVsThreadedWaitDialog2.
Show: