IVsToolbox3::GetLastModifiedTime Method (array<SYSTEMTIME>^)

 

Returns the most recent time at which the Toolbox contents were modified.

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

int GetLastModifiedTime(
	array<SYSTEMTIME>^ pst
)

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

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

Return to top
Show: