IVsTestLog Interface

Definition

Provides a method to log idle time.

public interface class IVsTestLog
public interface class IVsTestLog
__interface IVsTestLog
[System.Runtime.InteropServices.Guid("575BC578-7562-44E7-986C-5B31398CF121")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTestLog
[System.Runtime.InteropServices.Guid("575BC578-7562-44E7-986C-5B31398CF121")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTestLog
[<System.Runtime.InteropServices.Guid("575BC578-7562-44E7-986C-5B31398CF121")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTestLog = interface
[<System.Runtime.InteropServices.Guid("575BC578-7562-44E7-986C-5B31398CF121")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTestLog = interface
Public Interface IVsTestLog
Attributes

Methods

LogIdleTime(String)

Logs idle time in seconds.

Applies to