EventSinkCollection.Add 方法

添加一个事件并返回其 cookie。

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

语法

声明
Public Function Add ( _
    o As Object _
) As UInteger
public uint Add(
    Object o
)

参数

  • o
    类型:System.Object
    要添加的对象传递给操作的集合。

返回值

类型:System.UInt32
添加事件的 cookie。

备注

返回的 cookie 可用于 RemoveAt 方法。

.NET Framework 安全性

请参见

参考

EventSinkCollection 类

Microsoft.VisualStudio.Shell 命名空间