IVsObjectManager2.FindLibrary(Guid, IVsLibrary2) Método

Definição

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

Int32

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  
);  

Aplica-se a