EventSinkCollection.SetAt Method

Updates the event associated with the given cookie.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Sub SetAt ( _
    cookie As UInteger, _
    value As Object _
)
public void SetAt(
    uint cookie,
    Object value
)
public:
void SetAt(
    unsigned int cookie, 
    Object^ value
)
member SetAt : 
        cookie:uint32 * 
        value:Object -> unit 
public function SetAt(
    cookie : uint, 
    value : Object
)

Parameters

  • value
    Type: System.Object
    The value to which the event sink is set.

.NET Framework Security

See Also

Reference

EventSinkCollection Class

Microsoft.VisualStudio.Shell Namespace