Diagram.OnChildConfiguring(ShapeElement, Boolean) 方法

定义

在添加新的子形状时配置它们

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)

参数

child
ShapeElement
createdDuringViewFixup
Boolean

如果通过对 CreateChildShape) 的调用 (视图修正进程创建子形状,则为 True; 否则为 false。

适用于