Connector.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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,這是開始繪製 Connector 之處。
例外狀況
設定這個屬性時,來源 AssociatedDesigner 不會與目標相關的設計工具相符。
Source 已設定為 null 參考 (在 Visual Basic 中為 Nothing
)。