Connector.Source 屬性

定義

取得或設定 ConnectionPoint,這是開始繪製 Connector 之處。

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

屬性值

ConnectionPoint

ConnectionPoint,這是開始繪製 Connector 之處。

例外狀況

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

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

適用於