EventSinkCollection.RemoveAt Method

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

Permissions

See Also

Reference

EventSinkCollection Class

EventSinkCollection Members

Microsoft.VisualStudio.Shell Namespace