IVsObjectManager2.FindLibrary 方法

查找特定符号库注册与 Visual Studio 对象管理器。

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

语法

声明
Function FindLibrary ( _
    ByRef guidLibrary As Guid, _
    <OutAttribute> ByRef ppLib As IVsLibrary2 _
) As Integer
int FindLibrary(
    ref Guid guidLibrary,
    out IVsLibrary2 ppLib
)

参数

  • guidLibrary
    类型:System.Guid%
    [in] 标识注册库的 Guid 。有关更多信息,请参见 vsshell80.idl,与浏览库 " 一节。

返回值

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

备注

COM 签名

从 vsshell80.idl:

HRESULT IVsObjectManager2::FindLibrary(
[in] REFGUID guidLibrary, 
[out] IVsLibrary2 **ppLib
);

.NET Framework 安全性

请参见

参考

IVsObjectManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间