IVsCmdNameMapping.GetLastUpdated Method
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)
Syntax
'Declaration
Function GetLastUpdated ( _
<OutAttribute> ByRef pdwTickCount As UInteger _
) As Integer
int GetLastUpdated(
out uint pdwTickCount
)
int GetLastUpdated(
[OutAttribute] unsigned int% pdwTickCount
)
abstract GetLastUpdated :
pdwTickCount:uint32 byref -> int
function GetLastUpdated(
pdwTickCount : uint
) : int
Parameters
pdwTickCount
Type: 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: Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.