EventLogPermissionEntryCollection.AddRange Método

Definição

Acrescenta um conjunto de entradas de permissão especificadas a esta coleção.

Sobrecargas

Nome Description
AddRange(EventLogPermissionEntry[])

Acrescenta um conjunto de entradas de permissão especificadas a esta coleção.

AddRange(EventLogPermissionEntryCollection)

Acrescenta um conjunto de entradas de permissão especificadas a esta coleção.

AddRange(EventLogPermissionEntry[])

Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs

Acrescenta um conjunto de entradas de permissão especificadas a esta coleção.

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())

Parâmetros

value
EventLogPermissionEntry[]

Uma matriz de objetos de tipo EventLogPermissionEntry que contém as entradas de permissão a serem adicionadas.

Exceções

value é null.

Aplica-se a

AddRange(EventLogPermissionEntryCollection)

Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs
Origem:
EventLogPermissionEntryCollection.cs

Acrescenta um conjunto de entradas de permissão especificadas a esta coleção.

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)

Parâmetros

value
EventLogPermissionEntryCollection

Um EventLogPermissionEntryCollection que contém as entradas de permissão a serem adicionadas.

Exceções

value é null.

Aplica-se a