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 事件之前切换到main线程。

适用于