IVsTestLog Interface
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.
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. |