IVsOutputWindow2 Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F4DEB52C-53A3-42FD-A039-3493F09E53FC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsOutputWindow2
[GuidAttribute("F4DEB52C-53A3-42FD-A039-3493F09E53FC")]
[InterfaceTypeAttribute()]
public interface IVsOutputWindow2
[GuidAttribute(L"F4DEB52C-53A3-42FD-A039-3493F09E53FC")]
[InterfaceTypeAttribute()]
public interface class IVsOutputWindow2
[<GuidAttribute("F4DEB52C-53A3-42FD-A039-3493F09E53FC")>]
[<InterfaceTypeAttribute()>]
type IVsOutputWindow2 = interface end
public interface IVsOutputWindow2
The IVsOutputWindow2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetActivePaneGUID | Returns the GUID of the active pane. |
Top