共用方式為


ICommandSetProvider.ActivateCommandSetAsync 方法

定義

多載

ActivateCommandSetAsync(CancellationToken)

指出此集合中的命令目前在範圍內,而且應該透過 監視狀態和報告用戶端 IUpdateReceiver的更新。

ActivateCommandSetAsync(Update, CancellationToken)

指出此集合中的命令目前在範圍內,而且應該透過 監視狀態和報告用戶端 IUpdateReceiver的更新。

ActivateCommandSetAsync(CancellationToken)

指出此集合中的命令目前在範圍內,而且應該透過 監視狀態和報告用戶端 IUpdateReceiver的更新。

public:
 System::Threading::Tasks::Task ^ ActivateCommandSetAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task ActivateCommandSetAsync (System.Threading.CancellationToken cancellationToken);
abstract member ActivateCommandSetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ActivateCommandSetAsync (cancellationToken As CancellationToken) As Task

參數

cancellationToken
CancellationToken

取消權杖。

傳回

追蹤異步呼叫狀態的工作。

適用於

ActivateCommandSetAsync(Update, CancellationToken)

指出此集合中的命令目前在範圍內,而且應該透過 監視狀態和報告用戶端 IUpdateReceiver的更新。

public System.Threading.Tasks.Task ActivateCommandSetAsync (Microsoft.VisualStudio.RpcContracts.Commands.Update initialCommandStates, System.Threading.CancellationToken cancellationToken);
abstract member ActivateCommandSetAsync : Microsoft.VisualStudio.RpcContracts.Commands.Update * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ActivateCommandSetAsync (initialCommandStates As Update, cancellationToken As CancellationToken) As Task

參數

initialCommandStates
Update

命令集中所有命令之所有屬性的初始狀態。

cancellationToken
CancellationToken

取消權杖。

傳回

追蹤異步呼叫狀態的工作。

適用於