IVsToolbox5.GetLastRefreshTime(DateTime[]) 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.
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.