ShapeElement.ParentShape 属性

获取父形状元素。若要显示在关系图上,形状或连接必须具有父级。

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

语法

声明
Public ReadOnly Property ParentShape As ShapeElement
public ShapeElement ParentShape { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

备注

如果 ParentShape 不为空,则此形状元素在 nestedChildShapes 或其父 RelativeChildShapes ;并 IsNestedChildIsRelativeChild 为 true。

关系图没有父级。

的一部分,该关系图构造时,形状能有空父级。

快速获取对关系图在树的顶部,使用 Diagram

.NET Framework 安全性

请参见

参考

ShapeElement 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间