Connector.Target 屬性

定義

取得或設定 ConnectionPoint,這是結束繪製 Connector 之處。

public:
 property System::Workflow::ComponentModel::Design::ConnectionPoint ^ Target { System::Workflow::ComponentModel::Design::ConnectionPoint ^ get(); void set(System::Workflow::ComponentModel::Design::ConnectionPoint ^ value); };
public System.Workflow.ComponentModel.Design.ConnectionPoint Target { get; set; }
member this.Target : System.Workflow.ComponentModel.Design.ConnectionPoint with get, set
Public Property Target As ConnectionPoint

屬性值

ConnectionPoint

ConnectionPoint,這是結束繪製 Connector 之處。

例外狀況

設定這個屬性時,來源 AssociatedDesigner 不會與目標相關的設計工具相符。

Target 已設定為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於