BehaviorServiceAdornerCollection.Insert(Int32, Adorner) 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 Adorner dans BehaviorServiceAdornerCollection à l'index spécifié.
public:
void Insert(int index, System::Windows::Forms::Design::Behavior::Adorner ^ value);
public void Insert (int index, System.Windows.Forms.Design.Behavior.Adorner value);
member this.Insert : int * System.Windows.Forms.Design.Behavior.Adorner -> unit
Public Sub Insert (index As Integer, value As Adorner)
Paramètres
- index
- Int32
Index de base zéro au niveau où value
doit être insérée.