IntellisenseKeyboardCommand 열거형
IntelliSense 발표자에 대해 실행할 수 있는 키보드 명령 집합을 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Enumeration IntellisenseKeyboardCommand
public enum IntellisenseKeyboardCommand
public enum class IntellisenseKeyboardCommand
type IntellisenseKeyboardCommand
public enum IntellisenseKeyboardCommand
멤버
멤버 이름 | 설명 | |
---|---|---|
BottomLine | 맨 아래 줄로 이동 명령입니다. | |
DecreaseFilterLevel | 필터 수준 낮추기 명령입니다. | |
Down | 아래쪽 화살표 명령입니다. | |
End | End 명령입니다. | |
Enter | Enter 또는 Return 명령입니다. | |
Escape | Esc 명령입니다. | |
Home | Home 명령입니다. | |
IncreaseFilterLevel | 필터 수준 높이기 명령입니다. | |
PageDown | Page Down 명령입니다. | |
PageUp | Page Up 명령입니다. | |
TopLine | 맨 위 줄로 이동 명령입니다. | |
Up | 위쪽 화살표 명령입니다. |