TextElementCollection<TextElementType>.InsertBefore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.