Método IVsSimpleBrowseComponentSet.UpdateCounter (UInt32)
Retorna o estado atual do conjunto contador.Indica que o conteúdo do conjunto 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.
Implementações
IVsBrowseComponentSet.UpdateCounter(UInt32)
Comentários
COM assinatura
De vsshell80.idl:
HRESULT UpdateCounter(
[out] ULONG *pCurUpdate
);
Consulte também
Interface IVsSimpleBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo