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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
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 | |
|---|---|---|
| .gif) | OnShape | This method is called when a new shape is encountered during the iteration. | 
Top