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