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

适用于