Condividi tramite


Proprietà DragDropInfo.KeyStates

Ottiene lo stato della tastiera durante l'operazione.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: DragDropKeyStates
Lo stato della tastiera durante l'operazione.

Note

Questo campo è possibile eseguire query per controllare se sono stati premuti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DragDropInfo Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor.DragDrop