SequentialWorkflowRootDesigner.GetInnerConnections(DesignerEdges) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie une collection en lecture seule de points qui représentent la connexion interne du concepteur.
protected:
override System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overrides Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)
Paramètres
- edges
- DesignerEdges
DesignerEdges Sur lequel rassembler la collection de points de connexion.
Retours
Collection qui contient les ConnectionPoint objets utilisés pour un concepteur connectable.
Remarques
Un concepteur peut avoir des connecteurs dans celui-ci.