OutputWindowHelper Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Integration.OutputWindowHelper

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public NotInheritable Class OutputWindowHelper
public static class OutputWindowHelper
public ref class OutputWindowHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type OutputWindowHelper =  class end
public final class OutputWindowHelper

The OutputWindowHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member ActivateOutputWindow
Public methodStatic member GetVsGeneralOutputWindowPane
Public methodStatic member OutputString(IServiceProvider, Exception) Prints exception message in the general output window pane.
Public methodStatic member OutputString(IServiceProvider, String) Prints message in the general output window pane.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Services.Integration Namespace