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.
Retourne une collection en lecture seule des 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 objets ConnectionPoint utilisés pour un concepteur connectable.
Remarques
Un concepteur peut inclure des connecteurs.