Share via


IShape.ParentShape Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The focusable shape or diagram that owns this.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property ParentShape As IShape
    Get
'Usage
Dim instance As IShape
Dim value As IShape

value = instance.ParentShape
IShape ParentShape { get; }
property IShape^ ParentShape {
    IShape^ get ();
}
abstract ParentShape : IShape
function get ParentShape () : IShape

Property Value

Type: Microsoft.VisualStudio.Uml.Presentation.IShape

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace