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)

void Write(
	TextWriter^ writer
)

Parameters

writer
Type: System.IO::TextWriter^

The TextWriter to use.

Exception Condition
ArgumentNullException

writer is null.

Return to top
Show: