Removes the event cookie.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Sub RemoveAt ( _
cookie As UInteger _
)
'使用
Dim instance As EventSinkCollection
Dim cookie As UInteger
instance.RemoveAt(cookie)
public void RemoveAt(
uint cookie
)
public:
void RemoveAt(
unsigned int cookie
)
public function RemoveAt(
cookie : uint
)
Parameters
cookie
Type: System.UInt32The event cookie.
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.