IVsOutputWindow3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional methods to the IVsOutputWindow interface.
public interface class IVsOutputWindow3
public interface class IVsOutputWindow3
__interface IVsOutputWindow3
[System.Runtime.InteropServices.Guid("35DBFD79-2B63-4355-A828-8E3D6D440687")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutputWindow3
[<System.Runtime.InteropServices.Guid("35DBFD79-2B63-4355-A828-8E3D6D440687")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutputWindow3 = interface
Public Interface IVsOutputWindow3
- Attributes
Remarks
You can get this interface by calling QueryInterface
on the IVsOutputWindow interface.
Methods
CreatePane2(Guid, String, Int32, Int32, String, String) |
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 Language Service and Editor Extension Points. |