ICommandSetProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供公開一組命令的方法。
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) |