Version

MoveToFirstNamespace(XPathNamespaceScope) Method

Moves the XPathNavigator to the first namespace node that matches the XPathNamespaceScope specified.
Syntax
'Declaration
 
Public Overloads Overrides Function MoveToFirstNamespace( _
   ByVal namespaceScope As XPathNamespaceScope _
) As Boolean
public override bool MoveToFirstNamespace( 
   XPathNamespaceScope namespaceScope
)

Parameters

namespaceScope
An XPathNamespaceScope value describing the namespace scope.

Return Value

Returns true if the XPathNavigator is successful moving to the first 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