Aracılığıyla paylaş


TextElementCollection<TextElementType>.InsertBefore Yöntem

Tanım

Belirtilen bir öğeyi belirtilen koleksiyon öğesinden önce koleksiyona ekler.

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)

Parametreler

nextSibling
TextElementType

Koleksiyonda daha önce yeni öğenin eklendiği bir öğe.

newItem
TextElementType

Koleksiyona eklenecek öğe.

Özel durumlar

newItem zaten bir koleksiyona ait olduğunda oluşturulur.

nextSibling veya newItem null olduğunda oluşturulur.

nextSibling bu koleksiyona ait olmadığında oluşturulur.

Şunlara uygulanır