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 ;和 IsNestedChild或 IsRelativeChild 為 true。
圖表沒有父代。
表示中的圖表時,圖案可以有空白的父代。
若要快速有圖表在樹狀結構頂端,請使用 Diagram。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。