EventLogPermissionEntryCollection.OnInsert(Int32, Object) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在将一个新的权限项插入此集合之前执行其他自定义进程。
protected:
 override void OnInsert(int index, System::Object ^ value);protected override void OnInsert (int index, object value);override this.OnInsert : int * obj -> unitProtected Overrides Sub OnInsert (index As Integer, value As Object)参数
- index
- Int32
从零开始的索引,在该处插入 value。
- value
- Object
在 index 处的权限项的新值。