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