QueuedCommand 构造函数

命名空间:  Microsoft.TeamFoundation.MVVM
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Public Sub New ( _
    workerManager As TfsBackgroundWorkerManager, _
    executeCallback As QueuedCommand.ExecuteHandler, _
    canExecuteCallback As QueuedCommand.CanExecuteHandler, _
    completedCallback As QueuedCommand.CompletedHandler _
)
public QueuedCommand(
    TfsBackgroundWorkerManager workerManager,
    QueuedCommand.ExecuteHandler executeCallback,
    QueuedCommand.CanExecuteHandler canExecuteCallback,
    QueuedCommand.CompletedHandler completedCallback
)

参数

.NET Framework 安全性

请参见

参考

QueuedCommand 类

Microsoft.TeamFoundation.MVVM 命名空间