IPresentationElementWrapperFactory.GetChildShapes Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
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>
Parameters
Return Value
Type: System.Collections.Generic.IEnumerable<IShape>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IPresentationElementWrapperFactory Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace