IShapeIterator.OnShape(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在迭代过程中遇到新形状时,将调用此方法。
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
迭代过程中遇到的形状。