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 : PointEmplacement 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 : Booleantrue si l'opération de déplacement a été initialisée à partir de l'éditeur, sinon false.
source
Type : ObjectObjet ayant initialisé l'opération de glisser-déplacer.
allowedEffects
Type : DragDropEffectsEffets du glisser-déplacer autorisés par la source.
bufferPosition
Type : Microsoft.VisualStudio.Text.VirtualSnapshotPointPosition de mémoire tampon du curseur pendant l'opération de glisser-déplacer.
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.