EventLogPermissionEntryCollection.AddRange 方法

定义

向此集合中追加一组指定的权限项。

重载

AddRange(EventLogPermissionEntry[])

向此集合中追加一组指定的权限项。

AddRange(EventLogPermissionEntryCollection)

向此集合中追加一组指定的权限项。

AddRange(EventLogPermissionEntry[])

Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs

向此集合中追加一组指定的权限项。

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

参数

value
EventLogPermissionEntry[]

EventLogPermissionEntry 类型对象的数组,它包含要添加的权限项。

例外

valuenull

适用于

AddRange(EventLogPermissionEntryCollection)

Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs
Source:
EventLogPermissionEntryCollection.cs

向此集合中追加一组指定的权限项。

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)

参数

value
EventLogPermissionEntryCollection

一个 EventLogPermissionEntryCollection,它包含要添加的权限项。

例外

valuenull

适用于