IVsOutputWindowPane3 Interface

Visual Studio 2015
 

Represents the output window pane.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D3D762D1-711A-4A4E-AF75-670F5160C38D")]
public interface IVsOutputWindowPane3

NameDescription
System_CAPS_pubmethodOutputStringWithId(Guid, UInt32, String)

Outputs a string with an ID.

System_CAPS_pubmethodTryGetStringWithId(Guid, UInt32, String)

Gets a string with the message ID.

System_CAPS_pubmethodTryNavigateToMessageId(Guid, UInt32, Boolean, Boolean)

Navigates to the message ID.

Return to top
Show: