MessageFault.OnWriteDetailContents(XmlDictionaryWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a non-abstract derived class, writes the contents of the detail element.
protected:
abstract void OnWriteDetailContents(System::Xml::XmlDictionaryWriter ^ writer);
protected abstract void OnWriteDetailContents (System.Xml.XmlDictionaryWriter writer);
abstract member OnWriteDetailContents : System.Xml.XmlDictionaryWriter -> unit
Protected MustOverride Sub OnWriteDetailContents (writer As XmlDictionaryWriter)
Parameters
- writer
- XmlDictionaryWriter
The XmlDictionaryWriter used to write the detail element.
Remarks
The OnWriteDetailContents method is called subsequent to OnWriteStartDetail and prior to writing the end element.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.