Método IVsObjectManager2.FindLibrary (Guid, IVsLibrary2)

 

Publicado: agosto de 2016

Localiza uma biblioteca de símbolo específico registrada com o com o Visual Studio Gerenciador de objetos.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int FindLibrary(
    [InAttribute] ref Guid guidLibrary,
    out IVsLibrary2 ppLib
)
int FindLibrary(
    [InAttribute] Guid% guidLibrary,
    [OutAttribute] IVsLibrary2^% ppLib
)
abstract FindLibrary : 
        guidLibrary:Guid byref *
        ppLib:IVsLibrary2 byref -> int
Function FindLibrary (
    <InAttribute> ByRef guidLibrary As Guid,
    <OutAttribute> ByRef ppLib As IVsLibrary2
) As Integer

Parâmetros

  • guidLibrary
    Type: System.Guid

    [in] O Guid que identifica a biblioteca de marcas. Para obter mais informações, consulte vsshell80.idl, seção VS procurar bibliotecas.

Valor Retornado

Type: System.Int32

Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell80.idl:

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

Confira Também

Interface IVsObjectManager2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao início