C#
VB
C++
Writes this FormField class data to the specified XML valuesElement.
protected abstract void WriteXmlValues(
IXPathNavigable document,
IXPathNavigable valuesElement
)
Protected MustOverride Sub WriteXmlValues( _
ByVal document As IXPathNavigable, _
ByVal valuesElement As IXPathNavigable _
)
protected:
abstract void WriteXmlValues(
IXPathNavigable^ document,
IXPathNavigable^ valuesElement
)
document
Provides an accessor to the System.Xml.XPath.XPathNavigator class.
valuesElement
Provides an accessor to the System.Xml.XPath.XPathNavigator class.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET