Method WriteEntityRef
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
WriteEntityRef(string)
When overridden in a derived class, writes out an entity reference as &name;.
public override void WriteEntityRef(string name)
Parameters
name
stringThe name of the entity reference.
Exceptions
- ArgumentException
name
is either null or String.Empty.- 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.”