EventSinkCollection::SetAt Method (UInt32, Object^)

 

Updates the event associated with the given cookie.

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

public:
void SetAt(
	unsigned int cookie,
	Object^ value
)

Parameters

cookie
Type: System::UInt32

A cookie specifying an event.

value
Type: System::Object^

The value to which the event sink is set.

Return to top
Show: