EventSinkCollection.Item[UInt32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the specified cookie from the collection.
public:
property System::Object ^ default[System::UInt32] { System::Object ^ get(System::UInt32 cookie); void set(System::UInt32 cookie, System::Object ^ value); };
public object this[uint cookie] { get; set; }
member this.Item(uint32) : obj with get, set
Default Public Property Item(cookie As UInteger) As Object
Parameters
- cookie
- UInt32
The cookie to get.
Property Value
The cookie.
Remarks
This collection is 1-based.