Connector.Target プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConnectionPoint の描画が終わる Connector を取得または設定します。
public:
property System::Workflow::ComponentModel::Design::ConnectionPoint ^ Target { System::Workflow::ComponentModel::Design::ConnectionPoint ^ get(); void set(System::Workflow::ComponentModel::Design::ConnectionPoint ^ value); };
public System.Workflow.ComponentModel.Design.ConnectionPoint Target { get; set; }
member this.Target : System.Workflow.ComponentModel.Design.ConnectionPoint with get, set
Public Property Target As ConnectionPoint
プロパティ値
ConnectionPoint の描画が終わる Connector。
例外
このプロパティを設定する場合、接続元の AssociatedDesigner と接続先の関連付けられているデザイナーは一致しません。
Target が null 参照 (Visual Basic の場合は Nothing
) に設定されました。