DelegatingXmlDictionaryWriter.WriteState Property

Definition

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

public:
 virtual property System::Xml::WriteState WriteState { System::Xml::WriteState get(); };
public override System.Xml.WriteState WriteState { get; }
member this.WriteState : System.Xml.WriteState
Public Overrides ReadOnly Property WriteState As WriteState

Property Value

Returns an WriteState.

Applies to