MessageHeaders.RemoveAt(Int32) 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.
Supprime l’en-tête de message à l’index spécifié de la collection.
public:
void RemoveAt(int headerIndex);
public void RemoveAt(int headerIndex);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (headerIndex As Integer)
Paramètres
- headerIndex
- Int32
Index de base zéro de l’en-tête à supprimer.