Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
IShape ParentShape { get; }
property IShape^ ParentShape {
IShape^ get ();
}
abstract ParentShape : IShape
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