NodeShape.ConfiguredChildPortShape(Port, 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 the child PortShape. position the child shape if necessary.
protected:
virtual void ConfiguredChildPortShape(Microsoft::VisualStudio::Modeling::Diagrams::Port ^ child, bool childWasPlaced);
protected virtual void ConfiguredChildPortShape (Microsoft.VisualStudio.Modeling.Diagrams.Port child, bool childWasPlaced);
abstract member ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
override this.ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
Protected Overridable Sub ConfiguredChildPortShape (child As Port, childWasPlaced As Boolean)
Parameters
- child
- Port
the new child shape
- childWasPlaced
- Boolean
indicates if the child shape has already been placed on the target shape