IVsToolbox3.GetLastModifiedTime(SYSTEMTIME[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the most recent time at which the Toolbox contents were modified.
public:
int GetLastModifiedTime(cli::array <Microsoft::VisualStudio::Shell::Interop::SYSTEMTIME> ^ pst);
public:
int GetLastModifiedTime(Platform::Array <Microsoft::VisualStudio::Shell::Interop::SYSTEMTIME> ^ pst);
int GetLastModifiedTime(std::Array <Microsoft::VisualStudio::Shell::Interop::SYSTEMTIME> const & pst);
public int GetLastModifiedTime (Microsoft.VisualStudio.Shell.Interop.SYSTEMTIME[] pst);
abstract member GetLastModifiedTime : Microsoft.VisualStudio.Shell.Interop.SYSTEMTIME[] -> int
Public Function GetLastModifiedTime (pst As SYSTEMTIME()) As Integer
Parameters
- pst
- SYSTEMTIME[]
[out] A SYSTEMTIME structure containing the most recent time at which the Toolbox contents were modified.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
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.