IShapeIterator::OnShape Method (ShapeElement^)

 

This method is called when a new shape is encountered during the iteration.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

void OnShape(
	ShapeElement^ shape
)

Parameters

shape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

Shape encountered during iteration.

Return to top
Show: