EventSinkCollection::Item Property (UInt32)
Visual Studio 2015
Gets or sets the specified cookie from the collection.
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.
This collection is 1-based.
Show: