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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")> _
Public Interface IVsOutputWindowPane2
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4A65481B-49CF-4FCB-A891-32AE435EC941")>]
type IVsOutputWindowPane2 =  interface end
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.

See Also

Reference

IVsOutputWindowPane2 Members

Microsoft.VisualStudio.Shell.Interop Namespace