ShapeModelingCollection.Insert(Int32, ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual void Insert(int index, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shape);
public virtual void Insert (int index, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shape);
abstract member Insert : int * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
override this.Insert : int * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Overridable Sub Insert (index As Integer, shape As ShapeElement)
参数
- index
- Int32
- shape
- ShapeElement