ServiceDocument.Save(XmlWriter) Método
Definição
Salva a instância de ServiceDocument no XmlReader especificado.Saves the ServiceDocument instance to the specified XmlReader.
public:
void Save(System::Xml::XmlWriter ^ writer);
public void Save (System.Xml.XmlWriter writer);
member this.Save : System.Xml.XmlWriter -> unit
Public Sub Save (writer As XmlWriter)
Parâmetros
- writer
- XmlWriter
O XmlReader no qual salvar o documento de serviço.The XmlReader to save the service document to.