Método IVsLibraryMgr.GetCount (UInt32)
Retorna o número de bibliotecas, implementada pelo Gerenciador de bibliotecas.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetCount(
out uint pnCount
)
int GetCount(
[OutAttribute] unsigned int% pnCount
)
abstract GetCount :
pnCount:uint32 byref -> int
Function GetCount (
<OutAttribute> ByRef pnCount As UInteger
) As Integer
Parâmetros
- pnCount
[out] Ponteiro para a contagem de bibliotecas gerenciadas pelo seu Gerenciador de bibliotecas.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsLibraryMgr::GetCount(
[out, retval] ULONG *pnCount
);
A maioria das implementações normalmente fornecerá um único IVsLibrary para que a contagem retornada será um.
Consulte também
Interface IVsLibraryMgr
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo