NodeShape.ConfiguredChildPortShape Method

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

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 Overridable Sub ConfiguredChildPortShape ( _
    child As Port, _
    childWasPlaced As Boolean _
)
protected virtual void ConfiguredChildPortShape(
    Port child,
    bool childWasPlaced
)
protected:
virtual void ConfiguredChildPortShape(
    Port^ child, 
    bool childWasPlaced
)
abstract ConfiguredChildPortShape : 
        child:Port * 
        childWasPlaced:bool -> unit  
override ConfiguredChildPortShape : 
        child:Port * 
        childWasPlaced:bool -> unit
protected function ConfiguredChildPortShape(
    child : Port, 
    childWasPlaced : boolean
)

Parameters

  • childWasPlaced
    Type: Boolean

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

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace