IVsObjectManager2::FindLibrary Method (Guid, IVsLibrary2^)
Visual Studio 2015
Finds a specific symbol library registered with the with the Visual Studio object manager.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- guidLibrary
-
Type:
System::Guid
[in] The Guid that identifies the registered library. For more information, see vsshell80.idl, VS Browse Libraries section.
- ppLib
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsLibrary2^
[out] The IVsLibrary2 that represents requested library.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsObjectManager2::FindLibrary(
[in] REFGUID guidLibrary,
[out] IVsLibrary2 **ppLib
);
Show: