SequentialActivityDesigner.HitTest(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳在工作流程設計表面指定點的資訊 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
參數
傳回
包含關於 的HitTestInfo資訊的 SequentialActivityDesigner A。
備註
回傳 HitTest 的資訊是根據傳遞給它的工作流程設計表面上的某點來回傳。 它包含與該點相關的活動設計器、該活動設計器的界限、該點的精確命中位置、任何可選的物件,以及與該點相關的任何使用者資料。