SequentialActivityDesigner.HitTest(Point) 方法

定义

返回有关 SequentialActivityDesigner 工作流设计图面上指定点的信息。

public:
 override System::Workflow::ComponentModel::Design::HitTestInfo ^ HitTest(System::Drawing::Point point);
public override System.Workflow.ComponentModel.Design.HitTestInfo HitTest(System.Drawing.Point point);
override this.HitTest : System.Drawing.Point -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Overrides Function HitTest (point As Point) As HitTestInfo

参数

point
Point

Point工作流设计图面上要从中收集信息的位置。

返回

一个包含有关 <a0/a0> 的信息的 A

注解

返回 HitTest 的信息基于传递给它的工作流设计图面上的点。 它包括与该点关联的活动设计器、该活动设计器的边界、该点的确切命中位置、与该点关联的任何可选择对象以及与该点关联的任何用户数据。

适用于