Método IPresentationElementWrapperFactory.GetChildShapes
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (em Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Sintaxe
'Declaração
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>
Parâmetros
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<IShape>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IPresentationElementWrapperFactory Interface
Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation