Version

MoveToNextNamespace(XPathNamespaceScope) Method

Moves the XPathNavigator to the next namespace node matching the XPathNamespaceScope specified.
Syntax
'Declaration
 
Public Overloads Overrides Function MoveToNextNamespace( _
   ByVal namespaceScope As XPathNamespaceScope _
) As Boolean
public override bool MoveToNextNamespace( 
   XPathNamespaceScope namespaceScope
)

Parameters

namespaceScope
An XPathNamespaceScope value describing the namespace scope.

Return Value

Returns true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. 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