ConnectionPoint クラス

定義

注意事項

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

ワークフロー デザイン サーフェイスのアクティビティ デザイナーの外側の端に表示される接続ポイントを表します。

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

注釈

Note

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

接続ポイントは、アクティビティ デザイナー画面の端に小さな四角形として表示されます。 これは、コネクタがアクティビティ デザイナー上で生成され、別のアクティビティ デザイナーに接続できるポイントとして使用されます。

コンストラクター

名前 説明
ConnectionPoint(ActivityDesigner, DesignerEdges, Int32)
古い.

指定したConnectionPointActivityDesigner列挙値、および整数を使用して、DesignerEdges クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AssociatedDesigner
古い.

接続ポイントが属するアクティビティ デザイナーを取得します。

Bounds
古い.

接続ポイントの外接する四角形を取得します。

ConnectionEdge
古い.

接続ポイントが表示されるデザイナー エッジを取得します。

ConnectionIndex
古い.

現在の ConnectionPointの接続インデックスを取得します。

Location
古い.

関連付けられているConnectionPoint上のActivityDesignerの論理位置を表すポイントを取得します。

メソッド

名前 説明
Equals(Object)
古い.

現在の ConnectionPoint が指定したオブジェクトと等しいかどうかを示す値を返します。

GetHashCode()
古い.

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

GetType()
古い.

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

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

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

(継承元 Object)
OnPaint(ActivityDesignerPaintEventArgs, Boolean)
古い.

アクティビティ デザイナー画面に ConnectionPoint をレンダリングするために必要なすべてのタスクを実行します。

ToString()
古い.

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

(継承元 Object)

適用対象