TextImageExtensions.Write(ITextImage, TextWriter) Method
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.
Writes the contents of the image.
public:
[System::Runtime::CompilerServices::Extension]
static void Write(Microsoft::VisualStudio::Text::ITextImage ^ image, System::IO::TextWriter ^ writer);
public static void Write (this Microsoft.VisualStudio.Text.ITextImage image, System.IO.TextWriter writer);
static member Write : Microsoft.VisualStudio.Text.ITextImage * System.IO.TextWriter -> unit
<Extension()>
Public Sub Write (image As ITextImage, writer As TextWriter)
Parameters
- image
- ITextImage
- writer
- TextWriter
The TextWriterto use.
Exceptions
writer
is null.