EventSinkCollection.Item[UInt32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合中的指定 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。
属性值
Cookie。
注解
此集合从1开始。