Partager via


NodeShape.OnChildConfigured, méthode

Configure un port sur la forme après la forme soit ajoutée au diagramme.

Espace de noms :  Microsoft.VisualStudio.Modeling.Diagrams
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

'Déclaration
Protected Overrides Sub OnChildConfigured ( _
    child As ShapeElement, _
    childWasPlaced As Boolean, _
    createdDuringViewFixup As Boolean _
)
protected override void OnChildConfigured(
    ShapeElement child,
    bool childWasPlaced,
    bool createdDuringViewFixup
)

Paramètres

  • childWasPlaced
    Type : System.Boolean
    true pour indiquer que le port a été assigné à la forme ; sinon, false.
  • createdDuringViewFixup
    Type : System.Boolean
    true pour indiquer que le port a été créé lorsque la vue a été résolue ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

NodeShape Classe

Microsoft.VisualStudio.Modeling.Diagrams, espace de noms

FixUpChildShapes