The WriteXmlValues Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- document
- Provides an accessor to the System.Xml.XPath.XPathNavigator class.
- valuesElement
- Provides an accessor to the System.Xml.XPath.XPathNavigator class.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub WriteXmlValues( _ ByVal document As IXPathNavigable, _ ByVal valuesElement As IXPathNavigable _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OmrFormField Dim document As IXPathNavigable Dim valuesElement As IXPathNavigable instance.WriteXmlValues(document, valuesElement) |
C# | |
---|---|
protected override void WriteXmlValues( IXPathNavigable document, IXPathNavigable valuesElement ) |
C++/CLI | |
---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7