IVsCombinedBrowseComponentSet::UpdateCounter Method (UInt32)
Visual Studio 2015
Returns the current state of the combined component set counter. Indicates that the set contents have changed.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pCurUpdate
-
Type:
System::UInt32
The current state of the update counter.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT UpdateCounter( [out] ULONG *pCurUpdate );
Show: