Partilhar via


Método IVsBrowseComponentSet.UpdateCounter (UInt32)

 

Publicado: abril de 2016

Retorna o estado atual do contador de biblioteca.Indica que o conteúdo da biblioteca foram alterados.

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

Sintaxe

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

Parâmetros

  • pCurUpdate
    O estado atual do contador de atualização.

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 vsshell80.idl:

HRESULT UpdateCounter(
[out] ULONG *pCurUpdate
);

Consulte também

Interface IVsBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo