HitTestInfo.AssociatedDesigner プロパティ

定義

ActivityDesigner クラスに関連付けられているHitTestInfoを取得します。

public:
 property System::Workflow::ComponentModel::Design::ActivityDesigner ^ AssociatedDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.Design.ActivityDesigner AssociatedDesigner { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AssociatedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner
Public ReadOnly Property AssociatedDesigner As ActivityDesigner

プロパティ値

ActivityDesigner クラスに関連付けられているHitTestInfo

属性

注釈

AssociatedDesigner プロパティは、ActivityDesigner オブジェクトに関連付けられているHitTestInfoへの参照を格納します。 ActivityDesignerに関連付けられているデザイナーに関する拡張情報を参照するには、HitTestInfoを使用します。

適用対象