EventLogPermissionEntryCollection.AddRange メソッド

定義

指定した権限エントリのセットをこのコレクションに追加します。

オーバーロード

名前 説明
AddRange(EventLogPermissionEntry[])

指定した権限エントリのセットをこのコレクションに追加します。

AddRange(EventLogPermissionEntryCollection)

指定した権限エントリのセットをこのコレクションに追加します。

AddRange(EventLogPermissionEntry[])

ソース:
EventLogPermissionEntryCollection.cs
ソース:
EventLogPermissionEntryCollection.cs
ソース:
EventLogPermissionEntryCollection.cs
ソース:
EventLogPermissionEntryCollection.cs
ソース:
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
ソース:
EventLogPermissionEntryCollection.cs
ソース:
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です。

適用対象