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
- child
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Le port qui est assigné à la forme.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.