NodeShape::ConfiguredChildPortShape Method (Port^, Boolean)

 

Configures a child port shape and positions it, if necessary.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void ConfiguredChildPortShape(
	Port^ child,
	bool childWasPlaced
)

Parameters

child
Type: Microsoft.VisualStudio.Modeling.Diagrams::Port^

The child port shape.

childWasPlaced
Type: System::Boolean

true to position the child port shape on the selected shape; otherwise, false.

Return to top
Show: