Share via


IVsToolbox3.GetLastModifiedTime Method

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)

Syntax

'Declaration
Function GetLastModifiedTime ( _
    <OutAttribute> pst As SYSTEMTIME() _
) As Integer
int GetLastModifiedTime(
    SYSTEMTIME[] pst
)
int GetLastModifiedTime(
    [OutAttribute] array<SYSTEMTIME>^ pst
)
abstract GetLastModifiedTime : 
        pst:SYSTEMTIME[] byref -> int
function GetLastModifiedTime(
    pst : SYSTEMTIME[]
) : int

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IVsToolbox3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace