IVsCmdNameMapping::GetLastUpdated Method (UInt32)

 

Returns the relative time the names in the project were last updated.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetLastUpdated(
	[OutAttribute] unsigned int% pdwTickCount
)

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::Int32

If 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
);
Return to top
Show: