共用方式為


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 命名空間