次の方法で共有


OutputWindow Class

Definition

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
OutputWindow

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)

Applies to