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) に設定されました。

適用対象