DocDataTextWriter::Write Method (Char)

 

Appends a char to the underlying StringBuilder.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual void Write(
	wchar_t ch
) override

Parameters

ch
Type: System::Char

The char that is appended to the underlying StringBuilder.

Return to top
Show: