IVsThreadedWaitDialogFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建线程等待对话框的工厂。
public interface class IVsThreadedWaitDialogFactory
public interface class IVsThreadedWaitDialogFactory
__interface IVsThreadedWaitDialogFactory
public interface IVsThreadedWaitDialogFactory
type IVsThreadedWaitDialogFactory = interface
Public Interface IVsThreadedWaitDialogFactory
注解
原始 SVsThreadedWaitDialog 服务现在已过时,并被 SVsThreadedWaitDialogFactory 服务取代。
方法
| CreateInstance(IVsThreadedWaitDialog2) |
创建线程等待对话框的实例。 |
扩展方法
| CreateInstance(IVsThreadedWaitDialogFactory) |
创建线程等待对话框的实例。 |
| StartWaitDialog(IVsThreadedWaitDialogFactory, String, ThreadedWaitDialogProgressData, TimeSpan) |
显示线程等待对话框,并将其连接到接收进度更新 IProgress<T> ,并通过报告取消 CancellationToken 。 |