IVsObjectManager2.FindLibrary(Guid, IVsLibrary2) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Localiza uma biblioteca de símbolos específica registrada com o com o Gerenciador de objetos do Visual Studio.
public:
int FindLibrary(Guid % guidLibrary, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsLibrary2 ^ % ppLib);
public int FindLibrary (ref Guid guidLibrary, out Microsoft.VisualStudio.Shell.Interop.IVsLibrary2 ppLib);
abstract member FindLibrary : Guid * IVsLibrary2 -> int
Public Function FindLibrary (ByRef guidLibrary As Guid, ByRef ppLib As IVsLibrary2) As Integer
Parâmetros
- guidLibrary
- Guid
no O Guid que identifica a biblioteca registrada. Para obter mais informações, consulte a seção vsshell80. idl, VS procurar bibliotecas.
- ppLib
- IVsLibrary2
fora O IVsLibrary2 que representa a biblioteca solicitada.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De vsshell80. idl:
HRESULT IVsObjectManager2::FindLibrary(
[in] REFGUID guidLibrary,
[out] IVsLibrary2 **ppLib
);