IVsTestLog Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("575BC578-7562-44E7-986C-5B31398CF121")> _
Public Interface IVsTestLog
[InterfaceTypeAttribute()]
[GuidAttribute("575BC578-7562-44E7-986C-5B31398CF121")]
public interface IVsTestLog
[InterfaceTypeAttribute()]
[GuidAttribute(L"575BC578-7562-44E7-986C-5B31398CF121")]
public interface class IVsTestLog
[<InterfaceTypeAttribute()>]
[<GuidAttribute("575BC578-7562-44E7-986C-5B31398CF121")>]
type IVsTestLog = interface end
public interface IVsTestLog
The IVsTestLog type exposes the following members.
Methods
Name | Description | |
---|---|---|
LogIdleTime | Logs idle time in seconds. |
Top