This topic has not yet been rated - Rate this topic

NodeShape.OnChildConfigured Method

Configures a port on the shape after the shape is added to the diagram.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
protected override void OnChildConfigured(
	ShapeElement child,
	bool childWasPlaced,
	bool createdDuringViewFixup
)

Parameters

child
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The port that is assigned to the shape.
childWasPlaced
Type: System.Boolean
true to indicate that the port was assigned to the shape; otherwise, false.
createdDuringViewFixup
Type: System.Boolean
true to indicate that the port was created when the view was fixed up; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ