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.
Returns true if the XmlReader is pointing to an element that can be read.
public bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public Function CanRead (reader As XmlReader) As Boolean