ProxyWebPartConnectionCollection.Add(WebPartConnection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet WebPartConnection à la collection.
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
Paramètres
- value
- WebPartConnection
WebPartConnection à ajouter à la collection.
Retours
Valeur entière qui indique l'emplacement où WebPartConnection a été inséré dans la collection.
Remarques
Utilisez la Add méthode pour ajouter de nouveaux WebPartConnection objets à une collection existante ProxyWebPartConnectionCollection .