다음을 통해 공유


DragDropInfo.KeyStates 속성

작업 동안 키보드의 상태를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor.DragDrop
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Property KeyStates As DragDropKeyStates
public DragDropKeyStates KeyStates { get; private set; }
public:
property DragDropKeyStates KeyStates {
    DragDropKeyStates get ();
    private: void set (DragDropKeyStates value);
}
member KeyStates : DragDropKeyStates with get, private set
function get KeyStates () : DragDropKeyStates 
private function set KeyStates (value : DragDropKeyStates)

속성 값

형식: DragDropKeyStates
작업하는 동안 키보드의 상태입니다.

설명

이 필드를 쿼리하여 특정 키가 눌러졌는지 여부를 확인할 수 있습니다.

.NET Framework 보안

참고 항목

참조

DragDropInfo 클래스

Microsoft.VisualStudio.Text.Editor.DragDrop 네임스페이스