TextElementCollection<TextElementType>.InsertBefore 方法

定义

将集合中的指定项插入到指定集合项之前。

public:
 void InsertBefore(TextElementType nextSibling, TextElementType newItem);
public void InsertBefore (TextElementType nextSibling, TextElementType newItem);
member this.InsertBefore : 'extElementType * 'extElementType -> unit
Public Sub InsertBefore (nextSibling As TextElementType, newItem As TextElementType)

参数

nextSibling
TextElementType

集合中在其前插入新项的项。

newItem
TextElementType

要插入到集合的项。

例外

newItem 已属于集合时引发

nextSibling 或 newItem 为 null 时引发

nextSibling 不属于此集合时引发

适用于