Table of Contents

Method WriteString

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

WriteString(string)

When overridden in a derived class, writes the given text content.

public override void WriteString(string text)

Parameters

text string

The text to write.

Exceptions

ArgumentException

The text string contains an invalid surrogate pair.

InvalidOperationException

An XmlWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.”