ProxyWebPartConnectionCollection.Insert(Int32, WebPartConnection) Metod

Definition

Infogar ett WebPartConnection objekt i samlingen vid det angivna indexet.

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

Ett heltal som anger ordningstalet i samlingen där ett WebPartConnection ska infogas.

value
WebPartConnection

A WebPartConnection som ska infogas i samlingen.

Kommentarer

Om index det är lika med antalet objekt i samlingen value läggs det till i slutet av samlingen.

Gäller för

Se även