ConnectorHitTestInfo クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

StructuredCompositeActivityDesigner内の指定した座標にあるコネクタとそのコネクタから継承するすべてのクラスに関する情報が含まれます。

public ref class ConnectorHitTestInfo : System::Workflow::ComponentModel::Design::HitTestInfo
public class ConnectorHitTestInfo : System.Workflow.ComponentModel.Design.HitTestInfo
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConnectorHitTestInfo : System.Workflow.ComponentModel.Design.HitTestInfo
type ConnectorHitTestInfo = class
    inherit HitTestInfo
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConnectorHitTestInfo = class
    inherit HitTestInfo
Public Class ConnectorHitTestInfo
Inherits HitTestInfo
継承
ConnectorHitTestInfo
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

コンストラクター

名前 説明
ConnectorHitTestInfo(CompositeActivityDesigner, HitTestLocations, Int32)
古い.

ConnectorHitTestInfo クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AssociatedDesigner
古い.

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

(継承元 HitTestInfo)
Bounds
古い.

クリックされたコネクタの外接する四角形を取得します。

HitLocation
古い.

ヒットが発生した場所に関する情報が含まれます。

(継承元 HitTestInfo)
SelectableObject
古い.

ヒット領域に関連付けられている選択可能なオブジェクトを取得します。

UserData
古い.

HitTestInfoに関連付けられているユーザー データを取得します。

(継承元 HitTestInfo)

メソッド

名前 説明
Equals(Object)
古い.

指定した Object が現在の ConnectorHitTestInfoと等しいかどうかを判断します。

GetHashCode()
古い.

現在の ConnectorHitTestInfoのハッシュ コードを返します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MapToIndex()
古い.

ユーザーがクリックしたコネクタのインデックスを返します。

MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象