WriteXml Method

Summary

Writes the values to an XML file.

Syntax
C#
VB
C++
protected virtual void WriteXml( 
   IXPathNavigable document, 
   IXPathNavigable element 
) 
  
Protected Sub WriteXml( _ 
   ByVal document As IXPathNavigable, _ 
   ByVal element As IXPathNavigable _ 
)  
protected: 
void WriteXml(  
   IXPathNavigable^ document, 
   IXPathNavigable^ element 
)  

Parameters

document
Provides an accessor to the System.Xml.XPath.XPathNavigator class.

element
Provides an accessor to the System.Xml.XPath.XPathNavigator class.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly