Propriedade IShape.ParentShape

A forma que contém esta forma ou nulo. Se ParentShape não for nulo, essa forma é um membro do ParentShape.ChildShapes.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (em Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Sintaxe

'Declaração
ReadOnly Property ParentShape As IShape
    Get
IShape ParentShape { get; }
property IShape^ ParentShape {
    IShape^ get ();
}
abstract ParentShape : IShape
function get ParentShape () : IShape

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IShape Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation