IVsCmdNameMapping.GetLastUpdated(UInt32) Method

Definition

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

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

Parameters

pdwTickCount
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.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCmdNameMapping::GetLastUpdated(  
   [out, retval] DWORD *pdwTickCount  
);  

Applies to