IXmlElementReader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface for reading xml that has a known start element
public interface IXmlElementReader
type IXmlElementReader = interface
Public Interface IXmlElementReader
Properties
Items |
Returns the list of items that were read. |
Methods
CanRead(XmlReader) |
Returns true if the XmlReader is pointing to an element that can be read. |
Read(XmlReader) |
Reads an object from the current location and stores the result in items. |