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