TextElementCollection<TextElementType>.InsertBefore Méthode

Définition

Insère un objet spécifié dans la collection avant l'élément de collection indiqué.

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)

Paramètres

nextSibling
TextElementType

Élément de la collection avant lequel insérer le nouvel élément.

newItem
TextElementType

Élément à insérer dans la collection.

Exceptions

Levée quand newItem appartient déjà à une collection.

Levée quand nextSibling ou newItem a la valeur null.

Levée quand nextSibling n'appartient pas à cette collection.

S’applique à