ProxyWebPartConnectionCollection.Add(WebPartConnection) Metod

Definition

Lägger till ett WebPartConnection objekt i samlingen.

public:
 int Add(System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public int Add(System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Add : System.Web.UI.WebControls.WebParts.WebPartConnection -> int
Public Function Add (value As WebPartConnection) As Integer

Parametrar

value
WebPartConnection

A WebPartConnection som ska läggas till i samlingen.

Returer

Ett heltalsvärde som anger var den WebPartConnection infogades i samlingen.

Kommentarer

Add Använd metoden för att lägga till nya WebPartConnection objekt i en befintlig ProxyWebPartConnectionCollection samling.

Gäller för

Se även