EventSinkCollection.Item 属性

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

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Default Property Item ( _
    cookie As UInteger _
) As Object
public Object this[
    uint cookie
] { get; set; }

参数

属性值

类型:System.Object
cookie。

备注

此集合从 1 开始。

.NET Framework 安全性

请参见

参考

EventSinkCollection 类

Microsoft.VisualStudio.Shell 命名空间