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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.