DataDirect XML Converters 5.0 Send comments on this topic.
IXPathNavigable Property
See Also 
DDTek.XmlConverter Namespace > DocumentResult Class : IXPathNavigable Property




Gets the IXPathNavigable object which represents the result of the conversion. The application should get this property value after the conversion has finished.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IXPathNavigable As IXPathNavigable
Visual Basic (Usage)Copy Code
Dim instance As DocumentResult
Dim value As IXPathNavigable
 
value = instance.IXPathNavigable
C# 
public IXPathNavigable IXPathNavigable {get;}
Managed Extensions for C++ 
public: __property IXPathNavigable* get_IXPathNavigable();
C++/CLI 
public:
property IXPathNavigable^ IXPathNavigable {
   IXPathNavigable^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.