Condividi tramite


Proprietà IShape.ChildShapes

Forme contenute all'interno della forma. Ad esempio, l'attributo e le righe delle operazioni di una forma di classe; forme di classe contenute all'interno di una forma del pacchetto; porte e parti all'interno di un componente. Per ogni ChildShape, ParentShape == questa forma.

Spazio dei nomi:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Sintassi

'Dichiarazione
ReadOnly Property ChildShapes As IEnumerable(Of IShape)
    Get
IEnumerable<IShape> ChildShapes { get; }
property IEnumerable<IShape^>^ ChildShapes {
    IEnumerable<IShape^>^ get ();
}
abstract ChildShapes : IEnumerable<IShape>
function get ChildShapes () : IEnumerable<IShape>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IShape>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IShape Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation