英語で読む

次の方法で共有


IVsThreadedWaitDialogFactory Interface

Definition

The factory to create threaded wait dialogs.

C#
public interface IVsThreadedWaitDialogFactory
C#
[System.Runtime.InteropServices.Guid("D10D92B6-D073-456F-8A26-B63811202B21")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsThreadedWaitDialogFactory
Attributes

Remarks

This interface is safe to access from any thread.

Methods

CreateInstance(IVsThreadedWaitDialog2)

Creates instances of threaded wait dialogs.

Extension Methods

CreateInstance(IVsThreadedWaitDialogFactory)

Creates an instance of the threaded wait dialog.

StartWaitDialog(IVsThreadedWaitDialogFactory, String, ThreadedWaitDialogProgressData, TimeSpan)

Show the threaded wait dialog and wire it up to receive progress updates via IProgress<T> and report cancellation via CancellationToken.

Applies to

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