ShapeElement.OnChildConfiguring 方法
调用子形状的大小和位置之后确定的。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Protected Overridable Sub OnChildConfiguring ( _
child As ShapeElement, _
createdDuringViewFixup As Boolean _
)
protected virtual void OnChildConfiguring(
ShapeElement child,
bool createdDuringViewFixup
)
参数
- child
类型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
子形状。
- createdDuringViewFixup
类型:System.Boolean
true 表示子形状创建的,则当调整了视图的元素,否则,错误。
备注
默认行为是调用重定向到当前关系图。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。