ActivityDesigner.CanConnect(ConnectionPoint, ConnectionPoint) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore che indica se è possibile creare una connessione tra il punto di connessione specificato nell'ActivityDesigner corrente e quello specificato in un ActivityDesigner di destinazione.
protected:
virtual bool CanConnect(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected virtual bool CanConnect (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CanConnect : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
override this.CanConnect : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
Protected Overridable Function CanConnect (source As ConnectionPoint, target As ConnectionPoint) As Boolean
Parametri
- source
- ConnectionPoint
Oggetto ConnectionPoint da controllare nell'ActivityDesigner corrente.
- target
- ConnectionPoint
Oggetto ConnectionPoint da controllare nell'ActivityDesigner di destinazione.
Restituisce
true
per indicare che è possibile creare una connessione tra origine e destinazione. In caso contrario, false
.
Commenti
A meno che non venga sottoposta a override in una classe derivata, CanConnect restituisce sempre true
.