IVsToolbox3::GetLastModifiedTime Method (array<SYSTEMTIME>^)
Visual Studio 2015
Returns the most recent time at which the Toolbox contents were modified.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pst
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::SYSTEMTIME>^
[out] A SYSTEMTIME structure containing the most recent time at which the Toolbox contents were modified.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsToolbox3::GetLastModifiedTime( [out] SYSTEMTIME *pst );
Returns the most recent time at which the Toolbox contents were modified in any way. This includes adding, removing, reordering and renaming both Toolbox items and Toolbox tabs.
Show: