ITextSnapshot.Write Method (TextWriter)

Writes the contents of the snapshot.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Sub Write ( _
    writer As TextWriter _
)
void Write(
    TextWriter writer
)
void Write(
    TextWriter^ writer
)
abstract Write : 
        writer:TextWriter -> unit
function Write(
    writer : TextWriter
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

writer is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ITextSnapshot Interface

Write Overload

Microsoft.VisualStudio.Text Namespace