IVsOutputWindow3 Interface

Extension 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

'Declaración
<GuidAttribute("35DBFD79-2B63-4355-A828-8E3D6D440687")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsOutputWindow3
'Uso
Dim instance As 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

Remarks

Add-ins get this interface by calling QueryInterface on the [IVsOutputWindow] interface.

See Also

Reference

IVsOutputWindow3 Members

Microsoft.VisualStudio.Shell.Interop Namespace