Share via


EventLogPermissionEntryCollection.AddRange 方法

定義

附加一組指定的使用權限項目至這個集合。

多載

AddRange(EventLogPermissionEntry[])

附加一組指定的使用權限項目至這個集合。

AddRange(EventLogPermissionEntryCollection)

附加一組指定的使用權限項目至這個集合。

AddRange(EventLogPermissionEntry[])

來源:
EventLogPermissionEntryCollection.cs
來源:
EventLogPermissionEntryCollection.cs
來源:
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)

來源:
EventLogPermissionEntryCollection.cs
來源:
EventLogPermissionEntryCollection.cs
來源:
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

適用於