ErrorTrackingOutputter.GetErrors Method
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Function GetErrors As IList(Of String)
public IList<string> GetErrors()
public:
virtual IList<String^>^ GetErrors() sealed
abstract GetErrors : unit -> IList<string>
override GetErrors : unit -> IList<string>
public final function GetErrors() : IList<String>
Return Value
Type: IList<String>
Implements
IErrorTrackingOutputter.GetErrors()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.