共用方式為


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 事件之前切換至主執行緒。

適用於