IVsOutputWindow3 Interface
Provides additional methods to the IVsOutputWindow interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("35DBFD79-2B63-4355-A828-8E3D6D440687")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsOutputWindow3
[GuidAttribute("35DBFD79-2B63-4355-A828-8E3D6D440687")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutputWindow3
[GuidAttribute(L"35DBFD79-2B63-4355-A828-8E3D6D440687")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsOutputWindow3
[<GuidAttribute("35DBFD79-2B63-4355-A828-8E3D6D440687")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutputWindow3 = interface end
public interface IVsOutputWindow3
The IVsOutputWindow3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreatePane2 | 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 Editor Extension Points. |
Top
Remarks
You can get this interface by calling QueryInterface on the IVsOutputWindow interface.