Edit

EventLogPermissionEntryCollection Class

Definition

Contains a strongly typed collection of EventLogPermissionEntry objects.

public ref class EventLogPermissionEntryCollection : System::Collections::CollectionBase
public class EventLogPermissionEntryCollection : System.Collections.CollectionBase
type EventLogPermissionEntryCollection = class
    inherit CollectionBase
Public Class EventLogPermissionEntryCollection
Inherits CollectionBase
Inheritance
EventLogPermissionEntryCollection

Properties

Name Description
Item[Int32]

Gets or sets the object at a specified index.

Methods

Name Description
Add(EventLogPermissionEntry)

Adds a specified EventLogPermissionEntry to this collection.

AddRange(EventLogPermissionEntry[])

Appends a set of specified permission entries to this collection.

AddRange(EventLogPermissionEntryCollection)

Appends a set of specified permission entries to this collection.

Contains(EventLogPermissionEntry)

Determines whether this collection contains a specified EventLogPermissionEntry.

CopyTo(EventLogPermissionEntry[], Int32)

Copies the permission entries from this collection to an array, starting at a particular index of the array.

IndexOf(EventLogPermissionEntry)

Determines the index of a specified permission entry in this collection.

Insert(Int32, EventLogPermissionEntry)

Inserts a permission entry into this collection at a specified index.

OnClear()

Performs additional custom processes after clearing the contents of the collection.

OnInsert(Int32, Object)

Performs additional custom processes before a new permission entry is inserted into the collection.

OnRemove(Int32, Object)

Performs additional custom processes when removing a new permission entry from the collection.

OnSet(Int32, Object, Object)

Performs additional custom processes before setting a value in the collection.

Remove(EventLogPermissionEntry)

Removes a specified permission entry from this collection.

Applies to

See also