IShape::ParentShape Property

 

The shape that contains this shape, or null. If ParentShape is not null, this shape is a member of ParentShape.ChildShapes.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

property IShape^ ParentShape {
	IShape^ get();
}
Return to top
Show: