Diagram.OnChildConfiguring Method
Performs an action when a child shape has been configured.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
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
- child
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The child shape.
- createdDuringViewFixup
Type: System.Boolean
true to indicate that the child shape was configured because the child shape was created; 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.