EventLogPermissionEntryCollection.Insert 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 une entrée d'autorisation dans cette collection à un index spécifié.
public:
void Insert(int index, System::Diagnostics::EventLogPermissionEntry ^ value);
public void Insert (int index, System.Diagnostics.EventLogPermissionEntry value);
member this.Insert : int * System.Diagnostics.EventLogPermissionEntry -> unit
Public Sub Insert (index As Integer, value As EventLogPermissionEntry)
Paramètres
- index
- Int32
Index de base zéro de la collection au niveau duquel insérer l'entrée d'autorisation.
- value
- EventLogPermissionEntry
Entrée d'autorisation à insérer dans cette collection.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.