EventSinkCollection.Item[UInt32] Property

Definition

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.

Applies to