XPathMessageFilter.OnWriteXml(XmlWriter) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Grava um nó usando writer
.
protected:
virtual void OnWriteXml(System::Xml::XmlWriter ^ writer);
protected virtual void OnWriteXml (System.Xml.XmlWriter writer);
abstract member OnWriteXml : System.Xml.XmlWriter -> unit
override this.OnWriteXml : System.Xml.XmlWriter -> unit
Protected Overridable Sub OnWriteXml (writer As XmlWriter)
Parâmetros
Exceções
writer
é null
.