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)
Syntax
'Declaration
Public Interface IShapeIterator
public interface IShapeIterator
public interface class IShapeIterator
type IShapeIterator = interface end
public interface IShapeIterator
The IShapeIterator type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnShape | This method is called when a new shape is encountered during the iteration. |
Top