SyndicationFeedFormatter.TryParseAttribute Metodo

Definizione

Tenta di analizzare un'estensione dell'attributo.

Overload

Nome Descrizione
TryParseAttribute(String, String, String, SyndicationPerson, String)

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationPerson .

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

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationLink .

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

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationFeed .

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

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationCategory .

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

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationItem .

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

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationPerson .

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

person
SyndicationPerson

SyndicationPerson Istanza da utilizzare.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'attributo è stato analizzato correttamente; in caso contrario false, .

Commenti

Per controllare come vengono analizzate le estensioni degli attributi, derivare la propria classe da SyndicationPerson ed eseguire l'override del TryParseAttribute(String, String, String, String) metodo .

Si applica a

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationLink .

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

link
SyndicationLink

SyndicationLink Istanza da utilizzare.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'attributo è stato analizzato correttamente; in caso contrario false, .

Commenti

Per controllare come vengono analizzate le estensioni degli attributi, derivare la propria classe da SyndicationLink ed eseguire l'override del TryParseAttribute(String, String, String, String) metodo .

Si applica a

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

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationFeed .

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

feed
SyndicationFeed

SyndicationFeed Istanza da utilizzare.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'attributo è stato analizzato correttamente; in caso contrario false, .

Commenti

Per controllare come vengono analizzate le estensioni degli attributi, derivare la propria classe da SyndicationFeed ed eseguire l'override del TryParseAttribute(String, String, String, String) metodo .

Si applica a

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

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationCategory .

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

category
SyndicationCategory

SyndicationCategory Istanza da utilizzare.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'attributo è stato analizzato correttamente; in caso contrario false, .

Commenti

Per controllare come vengono analizzate le estensioni degli attributi, derivare la propria classe da SyndicationCategory ed eseguire l'override del TryParseAttribute(String, String, String, String) metodo .

Si applica a

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

Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs
Origine:
SyndicationFeedFormatter.cs

Tenta di analizzare un'estensione dell'attributo usando l'istanza specificata SyndicationItem .

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

item
SyndicationItem

SyndicationItem Istanza da utilizzare.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'attributo è stato analizzato correttamente; in caso contrario false, .

Commenti

Per controllare come vengono analizzate le estensioni degli attributi, derivare la propria classe da SyndicationItem ed eseguire l'override del TryParseAttribute(String, String, String, String) metodo .

Si applica a