Configures a child port shape and positions it, if necessary.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.