IVsCmdNameMapping::GetLastUpdated Method (UInt32)
Visual Studio 2015
Returns the relative time the names in the project were last updated.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pdwTickCount
-
Type:
System::UInt32
[out] The tick count when the project names were last updated. The tick count is in milliseconds and comes from the system clock. For more information, see Environment.TickCount Property.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsCmdNameMapping::GetLastUpdated( [out, retval] DWORD *pdwTickCount );
Show: