NodeShape.OnChildConfiguring Method

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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overrides Sub OnChildConfiguring ( _
    child As ShapeElement, _
    createdDuringViewFixup As Boolean _
)
protected override void OnChildConfiguring(
    ShapeElement child,
    bool createdDuringViewFixup
)
protected:
virtual void OnChildConfiguring(
    ShapeElement^ child, 
    bool createdDuringViewFixup
) override
abstract OnChildConfiguring : 
        child:ShapeElement * 
        createdDuringViewFixup:bool -> unit  
override OnChildConfiguring : 
        child:ShapeElement * 
        createdDuringViewFixup:bool -> unit
protected override function OnChildConfiguring(
    child : ShapeElement, 
    createdDuringViewFixup : boolean
)

Parameters

  • createdDuringViewFixup
    Type: Boolean

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

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

FixUpChildShapes