WriteXmlValues Method

Summary
Writes the TableFormField class data into the specified XML valuesElement.
Syntax
C#
VB
C++
protected override void WriteXmlValues( 
   IXPathNavigable document, 
   IXPathNavigable valuesElement 
) 
  
Protected Overrides Sub WriteXmlValues( _ 
   ByVal document As IXPathNavigable, _ 
   ByVal valuesElement As IXPathNavigable _ 
)  
protected: 
void WriteXmlValues(  
   IXPathNavigable^ document, 
   IXPathNavigable^ valuesElement 
) override  

Parameters

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

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

Example

For an example, refer to TableFormField.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.