다음을 통해 공유


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)

이 집합의 명령은 현재 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)

적용 대상