IProfferService.RevokeService 方法

防止第三方客户端访问已指定的服务。

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

语法

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

参数

返回值

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

备注

COM 签名

从 proffserv.idl:

HRESULT IProfferService::RevokeService(
   [in] DWORD dwCookie
);

很少使用此方法。通常,,在 VSPackage 提供其服务,它们仍保持可用,直到 Visual Studio 关闭。即自动移除服务的环境处理。

如果在当前未提供服务尝试移除它, RevokeService 方法将失败并返回 S_FALSE

.NET Framework 安全性

请参见

参考

IProfferService 接口

Microsoft.VisualStudio.Shell.Interop 命名空间