次の方法で共有


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 上のクリックされた位置。

適用対象