ICommandSetProvider 介面

定義

提供公開一組命令的方法。

public interface class ICommandSetProvider
public interface ICommandSetProvider
public interface ICommandSetProvider : Microsoft.VisualStudio.RpcContracts.Commands.IUpdateReceiver
type ICommandSetProvider = interface
type ICommandSetProvider = interface
    interface IUpdateReceiver
Public Interface ICommandSetProvider
Public Interface ICommandSetProvider
Implements IUpdateReceiver
實作

方法

ActivateCommandSetAsync(CancellationToken)

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

ActivateCommandSetAsync(Update, CancellationToken)

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

DeactivateCommandSetAsync(CancellationToken)

表示此集合中的命令目前不在範圍內。

ExecuteCommandAsync(String, IReadOnlyDictionary<String,Object>, CancellationToken)

呼叫 以執行命令。

ExecuteCommandAsync(UInt16, IReadOnlyDictionary<String,Object>, CancellationToken)

呼叫 以執行命令。

UpdateAsync(Update, CancellationToken)

將屬性更新批次傳送至用戶端。

(繼承來源 IUpdateReceiver)

適用於