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
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("575BC578-7562-44E7-986C-5B31398CF121")> _
Public Interface IVsTestLog
'用途
Dim instance As 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