TextElementCollection<TextElementType>.InsertAfter 方法

定义

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

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

参数

previousSibling
TextElementType

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

newItem
TextElementType

要插入到集合的项。

例外

newItem 已属于集合时引发

previousSibling 或 newItem 为 null 时引发

previousSibling 不属于此集合时引发

适用于