Partilhar via


Propriedade IShape.ChildShapes

Forma que estão contidas nessa forma. Por exemplo, o atributo e as linhas da operação de uma classe dão forma; forma da classe contidas em uma forma de pacote; portas e partes de um componente. Para cada ChildShape, == de ParentShape isso.

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

Sintaxe

'Declaração
ReadOnly Property ChildShapes As IEnumerable(Of IShape)
IEnumerable<IShape> ChildShapes { get; }
property IEnumerable<IShape^>^ ChildShapes {
    IEnumerable<IShape^>^ get ();
}
abstract ChildShapes : IEnumerable<IShape> with get
function get ChildShapes () : IEnumerable<IShape>

Valor de propriedade

Tipo: IEnumerable<IShape>

Segurança do .NET Framework

Consulte também

Referência

IShape Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation