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
[InterfaceTypeAttribute()]
[GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")]
public interface IVsOutputWindowPane2
[InterfaceTypeAttribute()]
[GuidAttribute(L"4A65481B-49CF-4FCB-A891-32AE435EC941")]
public interface class IVsOutputWindowPane2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")>]
type IVsOutputWindowPane2 = interface end
public interface IVsOutputWindowPane2
The IVsOutputWindowPane2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OutputTaskItemStringEx2 | Adds a string to the Output window and a corresponding item to the error list. |
Top
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.