Aracılığıyla paylaş


FreeformActivityDesigner.CanConnectContainedDesigners Yöntem

Tanım

öğesinin bir kaynak alt etkinlik tasarımcısında belirtilen bağlantı noktası ile hedef alt etkinlik tasarımcısındaki belirtilen bağlantı noktası arasında bağlantı oluşturup FreeformActivityDesigner oluşturamayacağını gösteren bir değer döndürür.

protected public:
 virtual bool CanConnectContainedDesigners(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual bool CanConnectContainedDesigners (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
override this.CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
Protected Friend Overridable Function CanConnectContainedDesigners (source As ConnectionPoint, target As ConnectionPoint) As Boolean

Parametreler

source
ConnectionPoint

ConnectionPoint Kaynak etkinlik tasarımcısını denetlemek için.

target
ConnectionPoint

ConnectionPoint Hedef etkinlik tasarımcısını denetlemek için.

Döndürülenler

Boolean

true kaynak FreeformActivityDesigner ve hedef etkinlik tasarımcıları arasında bir bağlayıcı çizebiliyorsa; değilse, false.

Şunlara uygulanır