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

'宣言
Function GetLastModifiedTime ( _
    <OutAttribute> pst As SYSTEMTIME() _
) As Integer
'使用
Dim instance As IVsToolbox3
Dim pst As SYSTEMTIME()
Dim returnValue As Integer

returnValue = instance.GetLastModifiedTime(pst)
int GetLastModifiedTime(
    SYSTEMTIME[] pst
)
int GetLastModifiedTime(
    [OutAttribute] array<SYSTEMTIME>^ pst
)
function GetLastModifiedTime(
    pst : SYSTEMTIME[]
) : int

Parameters

  • pst
    Type: []

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

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.

Permissions

See Also

Reference

IVsToolbox3 Interface

IVsToolbox3 Members

Microsoft.VisualStudio.Shell.Interop Namespace