NodeShape.OnChildConfiguring(ShapeElement, Boolean) Methode

Definition

Konfigurieren von Ports in der Form, wenn diese hinzugefügt werden

protected:
 override void OnChildConfiguring(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ child, bool createdDuringViewFixup);
protected override void OnChildConfiguring (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement child, bool createdDuringViewFixup);
override this.OnChildConfiguring : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * bool -> unit
Protected Overrides Sub OnChildConfiguring (child As ShapeElement, createdDuringViewFixup As Boolean)

Parameter

child
ShapeElement
createdDuringViewFixup
Boolean

True, wenn die untergeordnete Form durch den Ansichts fixupprozess (über einen aufzurufenden Befehl von "kreatechildshape") erstellt wurde, andernfalls false.

Gilt für