NodeShape.ConfiguredChildPortShape(Port, Boolean) Methode

Definition

Konfigurieren Sie die untergeordnete portform. Positionieren Sie ggf. die untergeordnete Form.

protected:
 virtual void ConfiguredChildPortShape(Microsoft::VisualStudio::Modeling::Diagrams::Port ^ child, bool childWasPlaced);
protected virtual void ConfiguredChildPortShape (Microsoft.VisualStudio.Modeling.Diagrams.Port child, bool childWasPlaced);
abstract member ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
override this.ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
Protected Overridable Sub ConfiguredChildPortShape (child As Port, childWasPlaced As Boolean)

Parameter

child
Port

die neue untergeordnete Form

childWasPlaced
Boolean

Gibt an, ob die untergeordnete Form bereits in der Zielform abgelegt wurde.

Gilt für