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の描画を開始するConnector

例外

このプロパティを設定すると、ソース AssociatedDesigner は、ターゲットに関連付けられているデザイナーと一致しません。

Source が null 参照 (Visual Basic では Nothing) に設定されました。

適用対象