Share via


EventLogPermissionEntryCollection.Insert 方法

定义

将权限项插入此集合中指定的索引位置。

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)

参数

index
Int32

集合的从零开始的索引,将在此索引位置插入权限项。

value
EventLogPermissionEntry

将插入此集合中的权限项。

适用于