ShapeElement.ShouldAddShapeForElement 方法

确定是否应创建形状表示在关系图的特定字段类的实例。

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

语法

声明
Protected Overridable Function ShouldAddShapeForElement ( _
    element As ModelElement _
) As Boolean
protected virtual bool ShouldAddShapeForElement(
    ModelElement element
)

参数

返回值

类型:System.Boolean
字段,则类的实例应当由形状元素,表示则为 true;否则,错误。

备注

有关更多信息,请参见 FixUpChildShapes

.NET Framework 安全性

请参见

参考

ShapeElement 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间