DelegateCommandBase(JoinableTaskFactory) 构造函数

定义

初始化 DelegateCommandBase 类的新实例。

protected:
 DelegateCommandBase(Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ jtf);
protected DelegateCommandBase (Microsoft.VisualStudio.Threading.JoinableTaskFactory jtf);
new Microsoft.VisualStudio.PlatformUI.DelegateCommandBase : Microsoft.VisualStudio.Threading.JoinableTaskFactory -> Microsoft.VisualStudio.PlatformUI.DelegateCommandBase
Protected Sub New (jtf As JoinableTaskFactory)

参数

jtf
JoinableTaskFactory

命令的任务工厂。 如果为非 null,则在引发事件之前,该命令将切换到主线程 CanExecuteChanged

适用于