ProxyWebPartConnectionCollection.Add(WebPartConnection) Metodo

Definizione

Aggiunge un oggetto WebPartConnection alla raccolta.

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

Parametri

value
WebPartConnection

Oggetto WebPartConnection da aggiungere all'insieme.

Restituisce

Integer che indica il punto in cui l'oggetto WebPartConnection è stato inserito nell'insieme.

Commenti

Usare il Add metodo per aggiungere nuovi WebPartConnection oggetti a una raccolta esistente ProxyWebPartConnectionCollection .

Si applica a

Vedi anche