共用方式為


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 命名空間