Diagram.CreateChildShape(ModelElement) 方法

定义

由 () ShapeElement 调用,用于检索给定模型元素的子形状的新实例。

protected:
 override Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ CreateChildShape(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected override Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement CreateChildShape (Microsoft.VisualStudio.Modeling.ModelElement element);
override this.CreateChildShape : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Protected Overrides Function CreateChildShape (element As ModelElement) As ShapeElement

参数

element
ModelElement

返回

ShapeElement

适用于