IVsOutputWindow2 Interface

Provides information about the active pane in of the Output Window. 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

‘선언
<GuidAttribute("F4DEB52C-53A3-42FD-A039-3493F09E53FC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsOutputWindow2
‘사용 방법
Dim instance As 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

See Also

Reference

IVsOutputWindow2 Members

Microsoft.VisualStudio.Shell.Interop Namespace