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

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

Property Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape

.NET Framework Security

See Also

Reference

IShape Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace