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
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

コンストラクター

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)

適用対象