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です。

適用対象