Compartir a través de


IShape.ParentShape (Propiedad)

Forma que contiene esta forma o null.Si ParentShape no es null, esta forma es miembro de ParentShape.ChildShapes.

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Sintaxis

'Declaración
ReadOnly Property ParentShape As IShape
IShape ParentShape { get; }
property IShape^ ParentShape {
    IShape^ get ();
}
abstract ParentShape : IShape
function get ParentShape () : IShape

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IShape Interfaz

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation (Espacio de nombres)