EventLogPermissionEntryCollection.AddRange Metod

Definition

Lägger till en uppsättning angivna behörighetsposter i den här samlingen.

Överlagringar

Name Description
AddRange(EventLogPermissionEntry[])

Lägger till en uppsättning angivna behörighetsposter i den här samlingen.

AddRange(EventLogPermissionEntryCollection)

Lägger till en uppsättning angivna behörighetsposter i den här samlingen.

AddRange(EventLogPermissionEntry[])

Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs

Lägger till en uppsättning angivna behörighetsposter i den här samlingen.

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

Parametrar

value
EventLogPermissionEntry[]

En matris med typobjekt EventLogPermissionEntry som innehåller de behörighetsposter som ska läggas till.

Undantag

value är null.

Gäller för

AddRange(EventLogPermissionEntryCollection)

Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs
Källa:
EventLogPermissionEntryCollection.cs

Lägger till en uppsättning angivna behörighetsposter i den här samlingen.

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)

Parametrar

value
EventLogPermissionEntryCollection

En EventLogPermissionEntryCollection som innehåller de behörighetsposter som ska läggas till.

Undantag

value är null.

Gäller för