다음을 통해 공유


IIntellisenseCommandTarget.ExecuteKeyboardCommand 메서드

사용자가 시작한 키보드 명령을 실행합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Function ExecuteKeyboardCommand ( _
    command As IntellisenseKeyboardCommand _
) As Boolean
bool ExecuteKeyboardCommand(
    IntellisenseKeyboardCommand command
)
bool ExecuteKeyboardCommand(
    IntellisenseKeyboardCommand command
)
abstract ExecuteKeyboardCommand : 
        command:IntellisenseKeyboardCommand -> bool
function ExecuteKeyboardCommand(
    command : IntellisenseKeyboardCommand
) : boolean

매개 변수

반환 값

형식: Boolean
명령이 처리되었으면 true이고, 그렇지 않으면 false입니다.

설명

기본 보기에서 키보드 명령을 정상적으로 처리 하는 있지만 조정할 IntelliSense 발표자 처리 명령 체인에서 특정 키보드 명령을 처리 하기 위해 수도 있습니다.

.NET Framework 보안

참고 항목

참조

IIntellisenseCommandTarget 인터페이스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스