Table of Contents

Property WriteState

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

WriteState

When overridden in a derived class, gets the state of the writer.

public override WriteState WriteState { get; }

Property Value

WriteState

One of the WriteState values.

Exceptions

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.”