Sdílet prostřednictvím


SyndicationFeedFormatter.TryParseAttribute Metoda

Definice

Pokusí se parsovat rozšíření atributu.

Přetížení

TryParseAttribute(String, String, String, SyndicationPerson, String)

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationPerson instance.

TryParseAttribute(String, String, String, SyndicationLink, String)

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationLink instance.

TryParseAttribute(String, String, String, SyndicationFeed, String)

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationFeed instance.

TryParseAttribute(String, String, String, SyndicationCategory, String)

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationCategory instance.

TryParseAttribute(String, String, String, SyndicationItem, String)

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationItem instance.

TryParseAttribute(String, String, String, SyndicationPerson, String)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationPerson instance.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationPerson * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, person As SyndicationPerson, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

person
SyndicationPerson

Instance SyndicationPerson , která se má použít.

version
String

Syndikační verze, která se má použít při analýze.

Návraty

true Pokud atribut byl analyzován úspěšně; jinak false.

Poznámky

Chcete-li řídit způsob analýzy rozšíření atributů, odvodit vlastní třídu z SyndicationPerson a přepsat metodu TryParseAttribute(String, String, String, String) .

Platí pro

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationLink instance.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationLink * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, link As SyndicationLink, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

link
SyndicationLink

Instance SyndicationLink , která se má použít.

version
String

Syndikační verze, která se má použít při analýze.

Návraty

true Pokud atribut byl analyzován úspěšně; jinak false.

Poznámky

Chcete-li řídit způsob analýzy rozšíření atributů, odvodit vlastní třídu z SyndicationLink a přepsat metodu TryParseAttribute(String, String, String, String) .

Platí pro

TryParseAttribute(String, String, String, SyndicationFeed, String)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationFeed instance.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationFeed ^ feed, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationFeed feed, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationFeed * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, feed As SyndicationFeed, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

feed
SyndicationFeed

Instance SyndicationFeed , která se má použít.

version
String

Syndikační verze, která se má použít při analýze.

Návraty

true Pokud atribut byl analyzován úspěšně; jinak false.

Poznámky

Chcete-li řídit způsob analýzy rozšíření atributů, odvodit vlastní třídu z SyndicationFeed a přepsat metodu TryParseAttribute(String, String, String, String) .

Platí pro

TryParseAttribute(String, String, String, SyndicationCategory, String)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationCategory instance.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationCategory * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, category As SyndicationCategory, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

category
SyndicationCategory

Instance SyndicationCategory , která se má použít.

version
String

Syndikační verze, která se má použít při analýze.

Návraty

true Pokud atribut byl analyzován úspěšně; jinak false.

Poznámky

Chcete-li řídit způsob analýzy rozšíření atributů, odvodit vlastní třídu z SyndicationCategory a přepsat metodu TryParseAttribute(String, String, String, String) .

Platí pro

TryParseAttribute(String, String, String, SyndicationItem, String)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Pokusí se parsovat rozšíření atributu pomocí zadané SyndicationItem instance.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationItem * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, item As SyndicationItem, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

item
SyndicationItem

Instance SyndicationItem , která se má použít.

version
String

Syndikační verze, která se má použít při analýze.

Návraty

true Pokud atribut byl analyzován úspěšně; jinak false.

Poznámky

Chcete-li řídit způsob analýzy rozšíření atributů, odvodit vlastní třídu z SyndicationItem a přepsat metodu TryParseAttribute(String, String, String, String) .

Platí pro