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)。