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 不屬於此集合時引發。