| 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 10, Windows NT, Windows Server