IShapeIterator Interface

 

An interface for a shape iterator, which will be used to iterate through a shape and all its child shapes.

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

public interface class IShapeIterator

NameDescription
System_CAPS_pubmethodOnShape(ShapeElement^)

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

Return to top
Show: