Sdílet prostřednictvím


IPresentationElementWrapperFactory.GetChildShapes – metoda

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

Syntaxe

'Deklarace
Function GetChildShapes ( _
    parentShape As IShape _
) As IEnumerable(Of IShape)
IEnumerable<IShape> GetChildShapes(
    IShape parentShape
)
IEnumerable<IShape^>^ GetChildShapes(
    IShape^ parentShape
)
abstract GetChildShapes : 
        parentShape:IShape -> IEnumerable<IShape> 
function GetChildShapes(
    parentShape : IShape
) : IEnumerable<IShape>

Parametry

Vrácená hodnota

Typ: IEnumerable<IShape>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IPresentationElementWrapperFactory Rozhraní

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