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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.