Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Interface IErrorTrackingOutputter _
    Inherits IOutputter
public interface IErrorTrackingOutputter : IOutputter
public interface class IErrorTrackingOutputter : IOutputter
type IErrorTrackingOutputter =  
    interface
        interface IOutputter
    end
public interface IErrorTrackingOutputter extends IOutputter
The IErrorTrackingOutputter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | LastError | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetErrors | |
| .gif) | OutputErrorEvent | (Inherited from IOutputter.) | 
| .gif) | OutputMessageEvent | (Inherited from IOutputter.) | 
| .gif) | OutputWarningEvent | (Inherited from IOutputter.) | 
Top