EventLogPermissionEntryCollection.Insert Metod

Definition

Infogar en behörighetspost i den här samlingen vid ett angivet index.

public:
 void Insert(int index, System::Diagnostics::EventLogPermissionEntry ^ value);
public void Insert(int index, System.Diagnostics.EventLogPermissionEntry value);
member this.Insert : int * System.Diagnostics.EventLogPermissionEntry -> unit
Public Sub Insert (index As Integer, value As EventLogPermissionEntry)

Parametrar

index
Int32

Det nollbaserade indexet för samlingen där behörighetsposten ska infogas.

value
EventLogPermissionEntry

Behörighetsposten som ska infogas i den här samlingen.

Gäller för