IIntellisenseCommandTarget 인터페이스
명령 처리 체인에서 키보드 명령 처리를 중재하는 방법을 제공합니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Interface IIntellisenseCommandTarget
public interface IIntellisenseCommandTarget
public interface class IIntellisenseCommandTarget
type IIntellisenseCommandTarget = interface end
public interface IIntellisenseCommandTarget
IIntellisenseCommandTarget 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
ExecuteKeyboardCommand | 사용자가 시작한 키보드 명령을 실행합니다. |
위쪽