IVsThreadedWaitDialogFactory.CreateInstance(IVsThreadedWaitDialog2) Method

Definition

Creates instances of threaded wait dialogs.

C#
public int CreateInstance(out Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 ppIVsThreadedWaitDialog);

Parameters

ppIVsThreadedWaitDialog
IVsThreadedWaitDialog2

The IVsThreadedWaitDialog2 interface.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method is safe to access from any thread.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022