FreeformActivityDesigner.CanConnectContainedDesigners Método

Definición

Devuelve un valor que indica si FreeformActivityDesigner puede crear una conexión entre el punto de conexión especificado en un diseñador de actividad secundario de origen y el punto de conexión especificado en un diseñador de actividad secundario de destino.

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

Parámetros

source
ConnectionPoint

ConnectionPoint para comprobar el diseñador de actividad de origen.

target
ConnectionPoint

ConnectionPoint para comprobar el diseñador de actividad de destino.

Devoluciones

Boolean

true si FreeformActivityDesigner puede dibujar un conector entre los diseñadores de actividad de origen y destino; de lo contrario, false.

Se aplica a