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