NodeShape.OnChildConfiguring(ShapeElement, Boolean) Method

Definition

Configure ports on shape when it is added

protected:
 override void OnChildConfiguring(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ child, bool createdDuringViewFixup);
protected override void OnChildConfiguring (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement child, bool createdDuringViewFixup);
override this.OnChildConfiguring : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * bool -> unit
Protected Overrides Sub OnChildConfiguring (child As ShapeElement, createdDuringViewFixup As Boolean)

Parameters

child
ShapeElement
createdDuringViewFixup
Boolean

True if the child shape was created by the view fixup process (via a call to CreateChildShape), false otherwise.

Applies to