Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a method to log idle time.
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
.gif)