Share via


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 형식의 개체 배열입니다.

예외

value이(가) null인 경우

적용 대상

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입니다.

예외

value이(가) null인 경우

적용 대상