DocDataTextWriter::Write Method (String^)

 

Appends a string 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(
	String^ s
) override

Parameters

s
Type: System::String^

The string that is appended to the underlying StringBuilder.

Return to top
Show: