IVsOutputWindowPane2 Interface
Visual Studio 2015
Writes a string to the output window, and also creates an entry in the Error List.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | OutputTaskItemStringEx2(String^, VSTASKPRIORITY, VSTASKCATEGORY, String^, Int32, String^, UInt32, UInt32, String^, String^, String^) | Adds a string to the Output window and a corresponding item to the error list. |
This extends T:Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane.OutputTaskItemStringEx by allowing the caller to supply column and project values, which are used to populate the corresponding columns in the Error List.
Show:
