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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

連線點會以小方塊的形式出現在活動設計介面的邊緣上。 在連線點的位置,可以產生活動設計工具的連接器與另一個活動設計工具連接。

建構函式

ConnectionPoint(ActivityDesigner, DesignerEdges, Int32)

使用指定的 ConnectionPointActivityDesigner、列舉值和整數,來初始化 DesignerEdges 類別的新執行個體。

屬性

AssociatedDesigner

取得連線點所屬的活動設計工具。

Bounds

取得連線點的週框 (Bounding Rectangle)。

ConnectionEdge

取得連線點所在的設計工具邊界。

ConnectionIndex

取得目前 ConnectionPoint 的連線索引。

Location

取得代表相關 中 邏輯位置的點。

方法

Equals(Object)

傳回值,指出目前的 ConnectionPoint 是否和指定的物件相等。

GetHashCode()

傳回目前 ConnectionPoint 的雜湊程式碼。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnPaint(ActivityDesignerPaintEventArgs, Boolean)

執行任何轉譯活動設計工具介面上 ConnectionPoint 時所需的工作。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於