Diagram.OnChildConfiguring(ShapeElement, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在添加新的子形状时配置它们
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。