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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")> _
Public Interface IVsOutputWindowPane2
'Usage
Dim instance As IVsOutputWindowPane2
[InterfaceTypeAttribute()]
[GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")]
public interface IVsOutputWindowPane2
[InterfaceTypeAttribute()]
[GuidAttribute(L"4A65481B-49CF-4FCB-A891-32AE435EC941")]
public interface class IVsOutputWindowPane2
public interface IVsOutputWindowPane2
Remarks
This extends OutputTaskItemStringEx by allowing the caller to supply column and project values, which are used to populate the corresponding columns in the Error List.