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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
IPresentationElementWrapperFactory Rozhraní
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation – obor názvů