Spread Silverlight Documentation
ExtractNode Method


XmlNodeReader with which to access the data.
Extracts the current node in the specified node reader into a new node reader and advances that reader to the next node.
Syntax
'Declaration
 
Public Shared Function ExtractNode( _
   ByVal reader As System.Xml.XmlReader _
) As System.Xml.XmlReader
'Usage
 
Dim reader As System.Xml.XmlReader
Dim value As System.Xml.XmlReader
 
value = Serializer.ExtractNode(reader)
public static System.Xml.XmlReader ExtractNode( 
   System.Xml.XmlReader reader
)

Parameters

reader
XmlNodeReader with which to access the data.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.