SyndicationItemFormatter.CanRead(XmlReader) Method
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.
Verifies whether the specified XmlReader contains a valid syndication item.
public:
abstract bool CanRead(System::Xml::XmlReader ^ reader);
public abstract bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public MustOverride Function CanRead (reader As XmlReader) As Boolean
Parameters
- reader
- XmlReader
An XML reader to check.
Returns
true
, if the XML reader contains a valid syndication item, otherwise false
.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.