EventSinkCollection::Item Property (UInt32)

 

Gets or sets the specified cookie from the collection.

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

public:
property Object^ default[
	unsigned int cookie
] {
	Object^ get(unsigned int cookie);
	void set(unsigned int cookie, Object^ value);
}

Parameters

cookie
Type: System::UInt32

The cookie to get.

Property Value

Type: System::Object^

The cookie.

This collection is 1-based.

Return to top
Show: