SyndicationItemFormatter.TryParseElement Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Pokusí se analyzovat rozšíření elementu.
Přetížení
TryParseElement(XmlReader, SyndicationCategory, String) |
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationCategory instance. |
TryParseElement(XmlReader, SyndicationItem, String) |
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationItem instance. |
TryParseElement(XmlReader, SyndicationLink, String) |
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationLink instance. |
TryParseElement(XmlReader, SyndicationPerson, String) |
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationPerson instance. |
TryParseElement(XmlReader, SyndicationCategory, String)
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationCategory instance.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected public:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationCategory category, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationCategory * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, category As SyndicationCategory, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, category As SyndicationCategory, version As String) As Boolean
Parametry
- category
- SyndicationCategory
Instance SyndicationCategory , která se má použít.
- version
- String
Verze syndikace, která se má použít při analýze.
Návraty
Hodnota, která označuje, zda byl prvek úspěšně analyzován.
Poznámky
Pokud chcete řídit, jak se rozšíření elementů parsují, odvozujte vlastní třídu a SyndicationCategory přepište metodu TryParseElement(XmlReader, String) .
Platí pro
TryParseElement(XmlReader, SyndicationItem, String)
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationItem instance.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected public:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationItem * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, item As SyndicationItem, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, item As SyndicationItem, version As String) As Boolean
Parametry
- item
- SyndicationItem
Instance SyndicationItem , která se má použít.
- version
- String
Verze syndikace, která se má použít při analýze.
Návraty
Hodnota, která označuje, zda byl prvek úspěšně analyzován.
Poznámky
Pokud chcete řídit, jak se rozšíření elementů parsují, odvozujte vlastní třídu a SyndicationItem přepište metodu TryParseElement(XmlReader, String) .
Platí pro
TryParseElement(XmlReader, SyndicationLink, String)
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationLink instance.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected public:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationLink link, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationLink * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, link As SyndicationLink, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, link As SyndicationLink, version As String) As Boolean
Parametry
- link
- SyndicationLink
Instance SyndicationItem , která se má použít.
- version
- String
Verze syndikace, která se má použít při analýze.
Návraty
Hodnota, která označuje, zda byl prvek úspěšně analyzován.
Poznámky
Pokud chcete řídit, jak se rozšíření elementů parsují, odvozujte vlastní třídu a SyndicationLink přepište metodu TryParseElement(XmlReader, String) .
Platí pro
TryParseElement(XmlReader, SyndicationPerson, String)
Pokusí se analyzovat rozšíření elementu pomocí zadané SyndicationPerson instance.
protected:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected public:
static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationPerson person, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationPerson * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, person As SyndicationPerson, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, person As SyndicationPerson, version As String) As Boolean
Parametry
- person
- SyndicationPerson
Instance SyndicationPerson , která se má použít.
- version
- String
Verze syndikace, která se má použít při analýze.
Návraty
Hodnota, která označuje, zda byl prvek úspěšně analyzován.
Poznámky
Pokud chcete řídit, jak se rozšíření elementů parsují, odvozujte vlastní třídu a SyndicationPerson přepište metodu TryParseElement(XmlReader, String) .