NodeShape.OnChildConfigured(ShapeElement, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configure ports on shape when it is added
protected:
override void OnChildConfigured(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ child, bool childWasPlaced, bool createdDuringViewFixup);
protected override void OnChildConfigured (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement child, bool childWasPlaced, bool createdDuringViewFixup);
override this.OnChildConfigured : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * bool * bool -> unit
Protected Overrides Sub OnChildConfigured (child As ShapeElement, childWasPlaced As Boolean, createdDuringViewFixup As Boolean)
Parameters
- child
- ShapeElement
- childWasPlaced
- Boolean
- createdDuringViewFixup
- Boolean
True if the child shape was created by the view fixup process (via a call to CreateChildShape), false otherwise.