IVsOutputWindowPane2 Interface

 

Writes a string to the output window, and also creates an entry in the Error List.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")]
public interface IVsOutputWindowPane2

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.

Return to top
Show: