DragGestureData 构造函数 (EditingContext, ModelItem, ModelItem, Visual, Point, Point, DragDropEffects, IDataObject, DependencyObject, DependencyObject)
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
初始化 DragGestureData 类的新实例。
命名空间: Microsoft.Windows.Design.Interaction
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Sub New ( _
context As EditingContext, _
sourceModel As ModelItem, _
targetModel As ModelItem, _
coordinateReference As Visual, _
startPosition As Point, _
currentPosition As Point, _
allowedEffects As DragDropEffects, _
data As IDataObject, _
sourceAdorner As DependencyObject, _
targetAdorner As DependencyObject _
)
public DragGestureData(
EditingContext context,
ModelItem sourceModel,
ModelItem targetModel,
Visual coordinateReference,
Point startPosition,
Point currentPosition,
DragDropEffects allowedEffects,
IDataObject data,
DependencyObject sourceAdorner,
DependencyObject targetAdorner
)
public:
DragGestureData(
EditingContext^ context,
ModelItem^ sourceModel,
ModelItem^ targetModel,
Visual^ coordinateReference,
Point startPosition,
Point currentPosition,
DragDropEffects allowedEffects,
IDataObject^ data,
DependencyObject^ sourceAdorner,
DependencyObject^ targetAdorner
)
new :
context:EditingContext *
sourceModel:ModelItem *
targetModel:ModelItem *
coordinateReference:Visual *
startPosition:Point *
currentPosition:Point *
allowedEffects:DragDropEffects *
data:IDataObject *
sourceAdorner:DependencyObject *
targetAdorner:DependencyObject -> DragGestureData
public function DragGestureData(
context : EditingContext,
sourceModel : ModelItem,
targetModel : ModelItem,
coordinateReference : Visual,
startPosition : Point,
currentPosition : Point,
allowedEffects : DragDropEffects,
data : IDataObject,
sourceAdorner : DependencyObject,
targetAdorner : DependencyObject
)
参数
- context
类型:Microsoft.Windows.Design.EditingContext
拥有此笔势数据的编辑上下文。
- sourceModel
类型:Microsoft.Windows.Design.Model.ModelItem
这是姿态开始时的模型。
- targetModel
类型:Microsoft.Windows.Design.Model.ModelItem
这是姿态当前为悬停的模型。
- coordinateReference
类型:System.Windows.Media.Visual
表示对点的坐标引用的输入元素。这应该是从不会发生移动的元素,如 DesignerView 类。
- startPosition
类型:System.Windows.Point
第一次对画笔进行初始化时鼠标的位置。
- currentPosition
类型:System.Windows.Point
鼠标的当前位置。
- allowedEffects
类型:System.Windows.DragDropEffects
允许的拖放效果。
- data
类型:System.Windows.IDataObject
拖动的数据。
- sourceAdorner
类型:System.Windows.DependencyObject
要与笔势关联的源装饰器(如果存在)。此参数可以为 nulla null reference (Nothing in Visual Basic)。
- targetAdorner
类型:System.Windows.DependencyObject
要与笔势关联的目标装饰器(如果存在)。此参数可以为 nulla null reference (Nothing in Visual Basic)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Design.Interaction 命名空间