IVsMonitorSelection.UnadviseSelectionEvents 方法

取消选择事件通知的一个注册。

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

语法

声明
Function UnadviseSelectionEvents ( _
    dwCookie As UInteger _
) As Integer
int UnadviseSelectionEvents(
    uint dwCookie
)

参数

  • dwCookie
    类型:System.UInt32
    [in] 寄存器的抽象处理中移除。Vspackage 通知的注册接收表示其注册的抽象处理,因此调用 AdviseSelectionEvents

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsMonitorSelection::UnadviseSelectionEvents(
   [in] VSCOOKIE dwCookie
);

.NET Framework 安全性

请参见

参考

IVsMonitorSelection 接口

Microsoft.VisualStudio.Shell.Interop 命名空间