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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空間