NodeShape::OnChildConfiguring Method (ShapeElement^, Boolean)

 

Configures the port on the shape when the shape is being added to the diagram.

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 OnChildConfiguring(
	ShapeElement^ child,
	bool createdDuringViewFixup
) override

Parameters

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

The port that is assigned to the shape.

createdDuringViewFixup
Type: System::Boolean

true to indicate that the port was created when the view was fixed up; otherwise, false.

Return to top
Show: