IVsOutputWindow2 Interface

Definition

Provides information about the active pane in of the OutputWindow. Extends, but does not inherit from, IVsOutputWindow. Implemented by the environment. You can get an instance of the interface by querying IVsOutputWindow.

public interface class IVsOutputWindow2
public interface class IVsOutputWindow2
__interface IVsOutputWindow2
[System.Runtime.InteropServices.Guid("F4DEB52C-53A3-42FD-A039-3493F09E53FC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsOutputWindow2
[<System.Runtime.InteropServices.Guid("F4DEB52C-53A3-42FD-A039-3493F09E53FC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsOutputWindow2 = interface
Public Interface IVsOutputWindow2
Attributes

Methods

GetActivePaneGUID(Guid)

Returns the GUID of the active pane.

Applies to