EventSinkCollection.Item[UInt32] 属性

定义

获取或设置集合中的指定 cookie。

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

参数

cookie
UInt32

要获取的 cookie。

属性值

Object

Cookie。

注解

此集合从1开始。

适用于