Sdílet prostřednictvím


IShape.ChildShapes – vlastnost

Obrazce, které jsou obsaženy v rámci tohoto obrazce. Například atribut a operace řádky obrazec Třída; Třída obrazců uvnitř obrazce balíček; porty a částí uvnitř komponenty. Pro každou ChildShape buňky ParentShape == to.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IShape Rozhraní

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation – obor názvů