EventLogPermissionEntryCollection.Remove(EventLogPermissionEntry) 方法

定义

从此集合中移除指定的权限项。

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

要移除的权限项。

适用于