Partager via


DragDropInfo, constructeur

Initialise une nouvelle instance de l'élément DragDropInfo disposant des paramètres spécifiés.

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 Sub New ( _
    location As Point, _
    keyStates As DragDropKeyStates, _
    data As IDataObject, _
    isInternal As Boolean, _
    source As Object, _
    allowedEffects As DragDropEffects, _
    bufferPosition As VirtualSnapshotPoint _
)
public DragDropInfo(
    Point location,
    DragDropKeyStates keyStates,
    IDataObject data,
    bool isInternal,
    Object source,
    DragDropEffects allowedEffects,
    VirtualSnapshotPoint bufferPosition
)
public:
DragDropInfo(
    Point location, 
    DragDropKeyStates keyStates, 
    IDataObject^ data, 
    bool isInternal, 
    Object^ source, 
    DragDropEffects allowedEffects, 
    VirtualSnapshotPoint bufferPosition
)
new : 
        location:Point * 
        keyStates:DragDropKeyStates * 
        data:IDataObject * 
        isInternal:bool * 
        source:Object * 
        allowedEffects:DragDropEffects * 
        bufferPosition:VirtualSnapshotPoint -> DragDropInfo
public function DragDropInfo(
    location : Point, 
    keyStates : DragDropKeyStates, 
    data : IDataObject, 
    isInternal : boolean, 
    source : Object, 
    allowedEffects : DragDropEffects, 
    bufferPosition : VirtualSnapshotPoint
)

Paramètres

  • location
    Type : Point

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

  • keyStates
    Type : DragDropKeyStates

    État du clavier pendant l'opération.

  • data
    Type : IDataObject

    Élément IDataObject correspondant à l'opération de glisser-déplacer.

  • isInternal
    Type : Boolean

    true si l'opération de déplacement a été initialisée à partir de l'éditeur, sinon false.

  • source
    Type : Object

    Objet ayant initialisé l'opération de glisser-déplacer.

  • allowedEffects
    Type : DragDropEffects

    Effets du glisser-déplacer autorisés par la source.

Sécurité .NET Framework

Voir aussi

Référence

DragDropInfo Classe

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