WebPartTransformerCollection.Insert(Int32, 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.
Insère un transformateur dans la collection WebPartTransformerCollection au niveau de l'index spécifié.
public:
void Insert(int index, System::Web::UI::WebControls::WebParts::WebPartTransformer ^ transformer);
public void Insert(int index, System.Web.UI.WebControls.WebParts.WebPartTransformer transformer);
member this.Insert : int * System.Web.UI.WebControls.WebParts.WebPartTransformer -> unit
Public Sub Insert (index As Integer, transformer As WebPartTransformer)
Paramètres
- index
- Int32
Index de base zéro auquel une valeur doit être insérée.
- transformer
- WebPartTransformer
WebPartTransformer à insérer.