DesignerAutoFormatCollection.Insert(Int32, DesignerAutoFormat) 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 objet DesignerAutoFormat dans la collection à l'index spécifié.
public:
void Insert(int index, System::Web::UI::Design::DesignerAutoFormat ^ format);
public void Insert (int index, System.Web.UI.Design.DesignerAutoFormat format);
member this.Insert : int * System.Web.UI.Design.DesignerAutoFormat -> unit
Public Sub Insert (index As Integer, format As DesignerAutoFormat)
Paramètres
- index
- Int32
Index de base zéro de la collection auquel insérer format
.
- format
- DesignerAutoFormat
DesignerAutoFormat à insérer dans la collection.
Exceptions
Remarques
La Insert méthode ajoute un DesignerAutoFormat objet à la collection à un emplacement d’index spécifique. Pour ajouter un single DesignerAutoFormat à la fin de la collection, utilisez la Add méthode .
Notes
Lorsque vous insérez un élément dans une collection, les valeurs d’index changent pour les éléments suivants de la collection.