다음을 통해 공유


HitTestInfo(ActivityDesigner, HitTestLocations) 생성자

정의

HitTestInfo 개체의 인스턴스를 초기화합니다.

public:
 HitTestInfo(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, System::Workflow::ComponentModel::Design::HitTestLocations location);
public HitTestInfo (System.Workflow.ComponentModel.Design.ActivityDesigner designer, System.Workflow.ComponentModel.Design.HitTestLocations location);
new System.Workflow.ComponentModel.Design.HitTestInfo : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Workflow.ComponentModel.Design.HitTestLocations -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Sub New (designer As ActivityDesigner, location As HitTestLocations)

매개 변수

designer
ActivityDesigner

연결된 ActivityDesigner입니다.

location
HitTestLocations

클릭한 연결된 ActivityDesigner의 위치입니다.

적용 대상