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
- 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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace