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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.