IVsOutputWindow3 Interface

Definition

Provides additional methods to the IVsOutputWindow interface.

public interface class IVsOutputWindow3
public interface class IVsOutputWindow3
__interface IVsOutputWindow3
[System.Runtime.InteropServices.Guid("35DBFD79-2B63-4355-A828-8E3D6D440687")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutputWindow3
[<System.Runtime.InteropServices.Guid("35DBFD79-2B63-4355-A828-8E3D6D440687")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutputWindow3 = interface
Public Interface IVsOutputWindow3
Attributes

Remarks

You can get this interface by calling QueryInterface on the IVsOutputWindow interface.

Methods

CreatePane2(Guid, String, Int32, Int32, String, String)

Creates an output window pane with the specified content type and text view roles. For more information about content types and text view roles, see Language Service and Editor Extension Points.

Applies to