IVsThreadedWaitDialogFactory.CreateInstance(IVsThreadedWaitDialog2) 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 instances of threaded wait dialogs.
public:
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ % ppIVsThreadedWaitDialog);
public:
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ & ppIVsThreadedWaitDialog);
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 const & & ppIVsThreadedWaitDialog);
C#
public int CreateInstance(out Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 ppIVsThreadedWaitDialog);
abstract member CreateInstance : IVsThreadedWaitDialog2 -> int
Public Function CreateInstance (ByRef ppIVsThreadedWaitDialog As IVsThreadedWaitDialog2) As Integer
- ppIVsThreadedWaitDialog
- IVsThreadedWaitDialog2
The IVsThreadedWaitDialog2 interface.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method is safe to access from any thread.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |