Version

MoveToNamespace Method

Moves the XPathNavigator to the namespace node with the specified namespace prefix.
Syntax
'Declaration
 
Public Overrides Function MoveToNamespace( _
   ByVal name As String _
) As Boolean
public override bool MoveToNamespace( 
   string name
)

Parameters

name
The namespace prefix of the namespace node.

Return Value

true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also