SyndicationItemFormatter.TryParseElement メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素拡張の解析を試みます。
オーバーロード
TryParseElement(XmlReader, SyndicationCategory, String) |
指定された SyndicationCategory インスタンスを使用して、要素拡張の解析を試みます。 |
TryParseElement(XmlReader, SyndicationItem, String) |
指定された SyndicationItem インスタンスを使用して、要素拡張の解析を試みます。 |
TryParseElement(XmlReader, SyndicationLink, String) |
指定された SyndicationLink インスタンスを使用して、要素拡張の解析を試みます。 |
TryParseElement(XmlReader, SyndicationPerson, String) |
指定された SyndicationPerson インスタンスを使用して、要素拡張の解析を試みます。 |
TryParseElement(XmlReader, SyndicationCategory, String)
指定された SyndicationCategory インスタンスを使用して、要素拡張の解析を試みます。
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
パラメーター
- category
- SyndicationCategory
使用する SyndicationCategory インスタンス。
- version
- String
解析の際に使用する配信バージョン。
戻り値
要素が正常に解析されたかどうかを示す値。
注釈
要素拡張の解析方法を制御するには、独自のクラスを SyndicationCategory から派生させ、TryParseElement(XmlReader, String) メソッドをオーバーライドします。
適用対象
TryParseElement(XmlReader, SyndicationItem, String)
指定された SyndicationItem インスタンスを使用して、要素拡張の解析を試みます。
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
パラメーター
- item
- SyndicationItem
使用する SyndicationItem インスタンス。
- version
- String
解析の際に使用する配信バージョン。
戻り値
要素が正常に解析されたかどうかを示す値。
注釈
要素拡張の解析方法を制御するには、独自のクラスを SyndicationItem から派生させ、TryParseElement(XmlReader, String) メソッドをオーバーライドします。
適用対象
TryParseElement(XmlReader, SyndicationLink, String)
指定された SyndicationLink インスタンスを使用して、要素拡張の解析を試みます。
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
パラメーター
- link
- SyndicationLink
使用する SyndicationItem インスタンス。
- version
- String
解析の際に使用する配信バージョン。
戻り値
要素が正常に解析されたかどうかを示す値。
注釈
要素拡張の解析方法を制御するには、独自のクラスを SyndicationLink から派生させ、TryParseElement(XmlReader, String) メソッドをオーバーライドします。
適用対象
TryParseElement(XmlReader, SyndicationPerson, String)
指定された SyndicationPerson インスタンスを使用して、要素拡張の解析を試みます。
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
パラメーター
- person
- SyndicationPerson
使用する SyndicationPerson インスタンス。
- version
- String
解析の際に使用する配信バージョン。
戻り値
要素が正常に解析されたかどうかを示す値。
注釈
要素拡張の解析方法を制御するには、独自のクラスを SyndicationPerson から派生させ、TryParseElement(XmlReader, String) メソッドをオーバーライドします。