Condividi tramite


Proprietà IShape.ChildShapes

Forme che è contenuto all'interno della forma.Ad esempio, l'attributo e le righe delle operazioni di classe A tale form; forme delle classi contenute in una forma del pacchetto, porte e parti di un componente.per ogni ChildShape, == di ParentShape questo.

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)
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