Partager via


DragDropInfo.KeyStates, propriété

Obtient l'état du clavier pendant l'opération.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : DragDropKeyStates
État du clavier pendant l'opération.

Notes

Ce champ peut être interrogé afin de vérifier si vous avez appuyé sur certaines touches.

Sécurité .NET Framework

Voir aussi

Référence

DragDropInfo Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms