WebPartConnectionCollection.Insert(Int32, WebPartConnection) Metod

Definition

Lägger till det angivna WebPartConnection objektet i samlingen på den angivna indexplatsen.

public:
 void Insert(int index, System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public void Insert(int index, System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Insert : int * System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub Insert (index As Integer, value As WebPartConnection)

Parametrar

index
Int32

Den nollbaserade indexplats där du vill infoga WebPartConnection.

Kommentarer

Använd den här metoden för att infoga det angivna WebPartConnection objektet i samlingen i det angivna indexet. Du kan också lägga till ett WebPartConnection objekt i slutet av samlingen med hjälp Add av metoden .

Gäller för