EventLogPermissionEntryCollection.AddRange 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.
Ajoute un ensemble d'entrées d'autorisation spécifiées à cette collection.
Surcharges
AddRange(EventLogPermissionEntry[]) |
Ajoute un ensemble d'entrées d'autorisation spécifiées à cette collection. |
AddRange(EventLogPermissionEntryCollection) |
Ajoute un ensemble d'entrées d'autorisation spécifiées à cette collection. |
AddRange(EventLogPermissionEntry[])
Ajoute un ensemble d'entrées d'autorisation spécifiées à cette collection.
public:
void AddRange(cli::array <System::Diagnostics::EventLogPermissionEntry ^> ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntry[] value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntry[] -> unit
Public Sub AddRange (value As EventLogPermissionEntry())
Paramètres
- value
- EventLogPermissionEntry[]
Tableau d'objets de type EventLogPermissionEntry qui contient les entrées d'autorisation à ajouter.
Exceptions
value
a la valeur null
.
S’applique à
AddRange(EventLogPermissionEntryCollection)
Ajoute un ensemble d'entrées d'autorisation spécifiées à cette collection.
public:
void AddRange(System::Diagnostics::EventLogPermissionEntryCollection ^ value);
public void AddRange (System.Diagnostics.EventLogPermissionEntryCollection value);
member this.AddRange : System.Diagnostics.EventLogPermissionEntryCollection -> unit
Public Sub AddRange (value As EventLogPermissionEntryCollection)
Paramètres
EventLogPermissionEntryCollection qui contient les entrées d'autorisation à ajouter.
Exceptions
value
a la valeur null
.