OutputWindowService Class

Definition

Important

This API is not CLS-compliant.

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

Constructors

OutputWindowService()

Methods

CreatePane(Guid, String, Int32, Int32)
DeletePane(Guid)
GetPane(Guid, IVsOutputWindowPane)

Applies to