| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetNativeValue( _ ByVal nav As XPathNavigator _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim nav As XPathNavigator Dim value As Object value = XPathDataSource.GetNativeValue(nav) | |
| C# | |
|---|---|
public static object GetNativeValue( XPathNavigator nav ) | |
| Managed Extensions for C++ | |
|---|---|
public: static Object* GetNativeValue( XPathNavigator* nav ) | |
| C++/CLI | |
|---|---|
public: static Object^ GetNativeValue( XPathNavigator^ nav ) | |
Parameters
- nav
- The navigator to read the value of
Return Value
The value in its native format.Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family