Compartilhar via


Método IVsLiteTreeList.GetItemCount (UInt32)

 

Retorna o número de itens na lista de árvore atual.

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

Sintaxe

int GetItemCount(
    out uint pCount
)
int GetItemCount(
    [OutAttribute] unsigned int% pCount
)
abstract GetItemCount : 
        pCount:uint32 byref -> int
Function GetItemCount (
    <OutAttribute> ByRef pCount As UInteger
) As Integer

Parâmetros

  • pCount
    [out] Ponteiro para a contagem dos itens de lista de árvore.

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 IVsLiteTreeList::GetItemCount(
  [out] ULONG* pCount
);

Consulte também

Interface IVsLiteTreeList
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo