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 已设置为空引用(在 Visual Basic 中为 Nothing
)。