IShapeIterator.OnShape(ShapeElement) Method

Definition

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

public:
 void OnShape(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shape);
public void OnShape (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shape);
abstract member OnShape : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Sub OnShape (shape As ShapeElement)

Parameters

shape
ShapeElement

Shape encountered during iteration.

Applies to