Partager via


DragDropInfo.Location, propriété

Obtient l'emplacement du curseur par rapport à l'angle supérieur gauche de l'affichage de texte.

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 Location As Point
public Point Location { get; private set; }
public:
property Point Location {
    Point get ();
    private: void set (Point value);
}
member Location : Point with get, private set
function get Location () : Point 
private function set Location (value : Point)

Valeur de propriété

Type : Point
Emplacement du curseur par rapport à l'angle supérieur gauche de l'affichage de texte.

Sécurité .NET Framework

Voir aussi

Référence

DragDropInfo Classe

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