次の方法で共有


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

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

属性

注釈

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

適用対象