IShapeIterator.OnShape(ShapeElement) 方法

定义

在迭代过程中遇到新形状时,将调用此方法。

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)

参数

shape
ShapeElement

迭代过程中遇到的形状。

适用于