←Select platform

ReadXmlValues Method (FormField)

Summary

Fills this FormField from the XML string stored in values.

Syntax

C#
VB
C++
protected abstract void ReadXmlValues(  
   IXPathNavigable navigator, 
   IList<KeyValuePair<string, string>> values 
) 
Protected MustOverride Sub ReadXmlValues( _ 
   ByVal navigator As IXPathNavigable, _ 
   ByVal values As IList(Of KeyValuePair(Of String, String)) _ 
) 
protected: 
abstract void ReadXmlValues(  
   IXPathNavigable^ navigator, 
   IList<KeyValuePair<String^, String^>>^ values 
) 

Parameters

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

values
A list of XML strings key values containing this FormField data.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Processing Assembly
Click or drag to resize