Removes the specified event cookie from the collection.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Sub Remove ( _
obj As Object _
)
'使用
Dim instance As EventSinkCollection
Dim obj As Object
instance.Remove(obj)
public void Remove(
Object obj
)
public:
void Remove(
Object^ obj
)
public function Remove(
obj : Object
)
Parameters
obj
Type: System.ObjectThe event cookie to be removed.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.