NodeShape.OnChildConfiguring(ShapeElement, Boolean) Método

Definição

Configurar portas na forma quando ela é adicionada

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)

Parâmetros

child
ShapeElement
createdDuringViewFixup
Boolean

True se a forma filho tiver sido criada pelo processo de exibição de correção (por meio de uma chamada para CreateChildShape); caso contrário, false.

Aplica-se a