Version

MoveToId Method

Moves to the node that has an attribute of type ID whose value matches the specified String.
Syntax
'Declaration
 
Public Overrides Function MoveToId( _
   ByVal id As String _
) As Boolean
public override bool MoveToId( 
   string id
)

Parameters

id
A String representing the ID value of the node to which you want to move.

Return Value

true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator 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