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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.