IVsOutputWindowPane3 Interface

Definition

Represents the output window pane.

public interface class IVsOutputWindowPane3
public interface class IVsOutputWindowPane3
__interface IVsOutputWindowPane3
[System.Runtime.InteropServices.Guid("D3D762D1-711A-4A4E-AF75-670F5160C38D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutputWindowPane3
public interface IVsOutputWindowPane3
[<System.Runtime.InteropServices.Guid("D3D762D1-711A-4A4E-AF75-670F5160C38D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutputWindowPane3 = interface
type IVsOutputWindowPane3 = interface
Public Interface IVsOutputWindowPane3
Attributes

Methods

OutputStringWithId(Guid, UInt32, String)

Outputs a string with an ID.

TryGetStringWithId(Guid, UInt32, String)

Gets a string with the message ID.

TryNavigateToMessageId(Guid, UInt32, Boolean, Boolean)

Navigates to the message ID.

Applies to