Share via


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 位置。

傳回

HitTestInfo

HitTestInfo,包含關於 SequentialActivityDesigner 的資訊。

備註

HitTest 傳回的資訊是以傳入之工作流程設計介面上的點為基準。 其中包含與此點關聯的活動設計工具、該活動設計工具的界限、點的確切點擊位置、與此點關聯的所有可選取物件,以及與此點關聯的所有使用者資料。

適用於