OutputWindowPane Class

Definition

Important

This API is not CLS-compliant.

public ref class OutputWindowPane : Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane
[System.CLSCompliant(false)]
public class OutputWindowPane : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
[<System.CLSCompliant(false)>]
type OutputWindowPane = class
    interface IVsOutputWindowPane
Public Class OutputWindowPane
Implements IVsOutputWindowPane
Inheritance
OutputWindowPane
Attributes
Implements

Constructors

OutputWindowPane(String)

Methods

Activate()
Clear()
FlushToTaskList()
GetName(String)
Hide()
OutputString(String)
OutputStringThreadSafe(String)
OutputTaskItemString(String, VSTASKPRIORITY, VSTASKCATEGORY, String, Int32, String, UInt32, String)
OutputTaskItemStringEx(String, VSTASKPRIORITY, VSTASKCATEGORY, String, Int32, String, UInt32, String, String)
SetName(String)

Applies to