TextElementCollection<TextElementType>.InsertAfter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将集合中的指定项插入到指定集合项之后。
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 不属于此集合时引发。