ThreadedWaitDialogHelper.CreateInstance(IVsThreadedWaitDialogFactory) Method
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);
C++/CX
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
- factory
- IVsThreadedWaitDialogFactory
The threaded wait dialog factory.
The created dialog.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |