ActivityDesigner.GetConnections(DesignerEdges) Método

Definición

Devuelve una colección de solo lectura de puntos que usa el diseñador para las conexiones.

protected public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Friend Overridable Function GetConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

Parámetros

edges
DesignerEdges

en DesignerEdges el que se va a consultar los puntos.

Devoluciones

Colección de solo lectura puntual que contiene las conexiones que se van a usar para el diseñador de actividades.

Se aplica a