IVsTestLog::LogIdleTime Method (String^)

 

Logs idle time in seconds.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int LogIdleTime(
	String^ pszIdle
)

Parameters

pszIdle
Type: System::String^

[in] pszIdle format: ID<TAB>Idle Time in Seconds<TAB>Idle Start Time<TAB>String ID

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsTestLog::LogIdleTime(
   [in] LPSTR pszIdle
);
Return to top
Show: