IVsLibrary.RemoveBrowseContainer 方法

移除库浏览的浏览容器。

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

语法

声明
Function RemoveBrowseContainer ( _
    dwReserved As UInteger, _
    pszLibName As String _
) As Integer
int RemoveBrowseContainer(
    uint dwReserved,
    string pszLibName
)

参数

  • dwReserved
    类型:System.UInt32
    [in] 已保留。将此参数设置为 nullnull 引用(在 Visual Basic 中为 Nothing)。
  • pszLibName
    类型:System.String
    [in] 对包含库名的一个 null 终止的字符串的指针。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsLibrary::RemoveBrowseContainer(
   [in] DWORD dwReserved,
   [in] LPCWSTR pszLibName
);

停止浏览 pszLibName确定的元素。 pszLibName 参数与通过此的 GetText 方法返回的是等效的浏览容器。 此方法对于具有全局的注册库才有意义的浏览容器。

.NET Framework 安全性

请参见

参考

IVsLibrary 接口

Microsoft.VisualStudio.Shell.Interop 命名空间