IVsToolbox5.GetLastRefreshTime(DateTime[]) Method

Definition

Gets the last time the toolbox item states were re-evaluated. This typically happens as a result of designer activation or in response to a call to UpdateToolboxUI().

public:
 int GetLastRefreshTime(cli::array <DateTime> ^ pTime);
public int GetLastRefreshTime (DateTime[] pTime);
abstract member GetLastRefreshTime : DateTime[] -> int
Public Function GetLastRefreshTime (pTime As DateTime()) As Integer

Parameters

pTime
DateTime[]

[out] The time.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to