Share via


IXmlElementReader Interface

Definition

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.

Applies to