ShapeElement.PerformResizeParentRule 方法 (Boolean, ShapeElement)

域特定语言设计器的警报必须调整父形状与建模其子项。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Sub PerformResizeParentRule ( _
    shapeDeleting As Boolean, _
    parent As ShapeElement _
)
public void PerformResizeParentRule(
    bool shapeDeleting,
    ShapeElement parent
)

参数

  • shapeDeleting
    类型:System.Boolean
    true 删除父形状;否则,错误。

备注

此方法引发事件 ResizeParentRule 每次迭代一次。

.NET Framework 安全性

请参见

参考

ShapeElement 类

PerformResizeParentRule 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间