IVsToolbox5::GetLastRefreshTime Method (array<DateTime>^)
Visual Studio 2015
Gets the last time the toolbox item states were re-evaluated. This typically happens as a result of designer activation or in response to a call to UpdateToolboxUI.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pTime
-
Type:
array<System::DateTime>^
[out] The time.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: