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) |
이 집합의 명령은 현재 scope 상태이며 를 통해 상태를 모니터링하고 클라이언트에 대한 업데이트를 보고해야 했음을 IUpdateReceiver나타냅니다. |
ActivateCommandSetAsync(Update, CancellationToken) |
이 집합의 명령은 현재 scope 상태이며 를 통해 상태를 모니터링하고 클라이언트에 대한 업데이트를 보고해야 했음을 IUpdateReceiver나타냅니다. |
DeactivateCommandSetAsync(CancellationToken) |
이 집합의 명령이 현재 scope 있음을 나타냅니다. |
ExecuteCommandAsync(String, IReadOnlyDictionary<String,Object>, CancellationToken) |
명령을 실행하기 위해 호출되었습니다. |
ExecuteCommandAsync(UInt16, IReadOnlyDictionary<String,Object>, CancellationToken) |
명령을 실행하기 위해 호출되었습니다. |
UpdateAsync(Update, CancellationToken) |
클라이언트에 속성 업데이트의 일괄 처리를 보냅니다. (다음에서 상속됨 IUpdateReceiver) |