OutputWindow Class
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 functionality to manage an output window channel.
public sealed class OutputWindow : Microsoft.VisualStudio.Extensibility.Helpers.DisposableObject
type OutputWindow = class
inherit DisposableObject
Public NotInheritable Class OutputWindow
Inherits DisposableObject
- Inheritance
Properties
IsDisposed |
Gets a value indicating whether the object has been disposed once, protects against double disposal. (Inherited from DisposableObject) |
Writer |
Gets the text writer instance to write to the output channel. |
Methods
Dispose() |
Disposes the current object then suppresses further finalization. (Inherited from DisposableObject) |
Dispose(Boolean) |
Standard virtual overload for IDisposable pattern. (Inherited from DisposableObject) |
DisposeManagedResources() |
Allows derived classes to provide custom dispose handling for managed resources. (Inherited from DisposableObject) |
DisposeNativeResources() |
Allows derived classes to provide custom dispose handling for native resources. (Inherited from DisposableObject) |