SyndicationItemFormatter.TryParseAttribute Metodo

Definizione

Tenta di analizzare un'estensione degli attributi.

Overload

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationPerson specificata.

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationLink specificata.

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationItem specificata.

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationCategory specificata.

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationPerson specificata.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationPerson person, 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 Shared Function TryParseAttribute (name As String, ns As String, value As String, person As SyndicationPerson, version As String) As Boolean
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, person As SyndicationPerson, version As String) As Boolean

Parametri

name
String

Nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

person
SyndicationPerson

Istanza di SyndicationPerson da utilizzare.

version
String

La versione di diffusione da utilizzare durante l'analisi.

Restituisce

Boolean

Valore che indica se l'analisi degli attributi è stata completata positivamente.

Commenti

Per verificare la modalità di analisi delle estensioni degli attributi, derivare la propria classe dall'oggetto SyndicationPerson ed eseguire l'override del metodo TryParseAttribute(String, String, String, String).

Si applica a

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationLink specificata.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationLink link, 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 Shared Function TryParseAttribute (name As String, ns As String, value As String, link As SyndicationLink, version As String) As Boolean
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, link As SyndicationLink, version As String) As Boolean

Parametri

name
String

Nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

link
SyndicationLink

Istanza di SyndicationLink da utilizzare.

version
String

La versione di diffusione da utilizzare durante l'analisi.

Restituisce

Boolean

Valore che indica se l'analisi degli attributi è stata completata positivamente.

Commenti

Per verificare la modalità di analisi delle estensioni degli attributi, derivare la propria classe dall'oggetto SyndicationLink ed eseguire l'override del metodo TryParseAttribute(String, String, String, String).

Si applica a

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationItem specificata.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationItem item, 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 Shared Function TryParseAttribute (name As String, ns As String, value As String, item As SyndicationItem, version As String) As Boolean
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, item As SyndicationItem, version As String) As Boolean

Parametri

name
String

Nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

item
SyndicationItem

Istanza di SyndicationItem da utilizzare.

version
String

La versione di diffusione da utilizzare durante l'analisi.

Restituisce

Boolean

Valore che indica se l'analisi degli attributi è stata completata positivamente.

Commenti

Per verificare la modalità di analisi delle estensioni degli attributi, derivare la propria classe dall'oggetto SyndicationItem ed eseguire l'override del metodo TryParseAttribute(String, String, String, String).

Si applica a

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

Tenta di analizzare un'estensione degli attributi utilizzando l'istanza di SyndicationCategory specificata.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationCategory category, 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 Shared Function TryParseAttribute (name As String, ns As String, value As String, category As SyndicationCategory, version As String) As Boolean
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, category As SyndicationCategory, version As String) As Boolean

Parametri

name
String

Nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

category
SyndicationCategory

Istanza di SyndicationCategory da utilizzare.

version
String

La versione di diffusione da utilizzare durante l'analisi.

Restituisce

Boolean

Valore che indica se l'analisi degli attributi è stata completata positivamente.

Commenti

Per verificare la modalità di analisi delle estensioni degli attributi, derivare la propria classe dall'oggetto SyndicationCategory ed eseguire l'override del metodo TryParseAttribute(String, String, String, String).

Si applica a