共用方式為


IShape.ParentShape 屬性

包含此圖案的圖案,否則為 Null。如果 ParentShape 不是 null,則此圖形是 ParentShape.ChildShapes 的成員。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

語法

'宣告
ReadOnly Property ParentShape As IShape
IShape ParentShape { get; }
property IShape^ ParentShape {
    IShape^ get ();
}
abstract ParentShape : IShape
function get ParentShape () : IShape

屬性值

型別:Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape

.NET Framework 安全性

請參閱

參考

IShape 介面

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空間