TextElementCollection<TextElementType>.InsertBefore Método

Definição

Insere um item especificado da coleção antes de um item da coleção especificado.

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)

Parâmetros

nextSibling
TextElementType

Um item na coleção antes do qual o novo item será inserido.

newItem
TextElementType

Um item a ser inserido na coleção.

Exceções

Gerado quando o newItem já pertence a uma coleção.

Gerado quando nextSibling ou newItem é nulo.

Gerado quando nextSibling não pertence a esta coleção.

Aplica-se a