EventLogPermissionEntryCollection.Remove(EventLogPermissionEntry) 方法
定义
从此集合中移除指定的权限项。Removes a specified permission entry from this collection.
public:
void Remove(System::Diagnostics::EventLogPermissionEntry ^ value);
public void Remove (System.Diagnostics.EventLogPermissionEntry value);
member this.Remove : System.Diagnostics.EventLogPermissionEntry -> unit
Public Sub Remove (value As EventLogPermissionEntry)
参数
- value
- EventLogPermissionEntry
要移除的权限项。The permission entry to remove.