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 Types。

連接點會以活動設計表面邊緣上的一個小方形呈現。 它被用作一個點,讓連接器可以從活動設計器中起點,將其與另一個活動設計器連接起來。

建構函式

名稱 Description
ConnectionPoint(ActivityDesigner, DesignerEdges, Int32)
已淘汰.

透過指定的 ActivityDesigner、 列DesignerEdges舉值及整數初始化類別的新ConnectionPoint實例。

屬性

名稱 Description
AssociatedDesigner
已淘汰.

取得連接點所屬的活動設計師。

Bounds
已淘汰.

取得連接點的邊界矩形。

ConnectionEdge
已淘汰.

取得設計師邊緣,連接點會出現。

ConnectionIndex
已淘汰.

取得當前 ConnectionPoint的連線索引。

Location
已淘汰.

得到一個點,代表 在對應ActivityDesigner的 上 的ConnectionPoint邏輯位置。

方法

名稱 Description
Equals(Object)
已淘汰.

回傳一個值,表示電流 ConnectionPoint 是否等於指定物件。

GetHashCode()
已淘汰.

回傳當前 ConnectionPoint的雜湊碼。

GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
OnPaint(ActivityDesignerPaintEventArgs, Boolean)
已淘汰.

執行所有渲染 ConnectionPoint 活動設計器表面所需的任務。

ToString()
已淘汰.

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

(繼承來源 Object)

適用於