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)
Syntax
IShape ParentShape { get; }
property IShape^ ParentShape {
IShape^ get();
}
abstract ParentShape : IShape with get
ReadOnly Property ParentShape As IShape
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape
See Also
IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top