WebPartTransformerCollection.Add(WebPartTransformer) 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 à la fin de la collection.
public:
int Add(System::Web::UI::WebControls::WebParts::WebPartTransformer ^ transformer);
public int Add (System.Web.UI.WebControls.WebParts.WebPartTransformer transformer);
member this.Add : System.Web.UI.WebControls.WebParts.WebPartTransformer -> int
Public Function Add (transformer As WebPartTransformer) As Integer
Paramètres
- transformer
- WebPartTransformer
WebPartTransformer à ajouter à la fin de WebPartTransformerCollection.
Retours
Index auquel transformer
a été ajouté.