Compartilhar via


IVsCombinedBrowseComponentSet.UpdateCounter(UInt32) Method

Definition

Returns the current state of the combined component set counter. Indicates that the set contents have changed.

public:
 int UpdateCounter([Runtime::InteropServices::Out] System::UInt32 % pCurUpdate);
int UpdateCounter([Runtime::InteropServices::Out] unsigned int & pCurUpdate);
public int UpdateCounter (out uint pCurUpdate);
abstract member UpdateCounter : uint32 -> int
Public Function UpdateCounter (ByRef pCurUpdate As UInteger) As Integer

Parameters

pCurUpdate
UInt32

The current state of the update counter.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

COM Signature

From vsshell80.idl:

HRESULT UpdateCounter(  
[out] ULONG *pCurUpdate  
);  

Applies to