ShapeElement.ParentShape 属性

获取形状元素的父级。 若要显示图形,则形状或链接器必须具有父级。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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 命名空间