SyndicationFeedFormatter.TryParseAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tentatives d’analyse d’une extension d’attribut.
Surcharges
TryParseAttribute(String, String, String, SyndicationPerson, String) |
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationPerson spécifiée. |
TryParseAttribute(String, String, String, SyndicationLink, String) |
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationLink spécifiée. |
TryParseAttribute(String, String, String, SyndicationFeed, String) |
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationFeed spécifiée. |
TryParseAttribute(String, String, String, SyndicationCategory, String) |
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationCategory spécifiée. |
TryParseAttribute(String, String, String, SyndicationItem, String) |
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationItem spécifiée. |
TryParseAttribute(String, String, String, SyndicationPerson, String)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationPerson spécifiée.
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
Paramètres
- name
- String
Nom de l'élément.
- ns
- String
Espace de noms de l'élément.
- value
- String
Attribut à analyser.
- person
- SyndicationPerson
Instance de SyndicationPerson à utiliser.
- version
- String
Version de syndication à utiliser lors de l'analyse.
Retours
true
si l’attribut a été analysé avec succès ; sinon, false
.
Remarques
Pour contrôler la manière dont les extensions d'attribut sont analysées, dérivez votre propre classe de SyndicationPerson et remplacez la méthode TryParseAttribute(String, String, String, String).
S’applique à
TryParseAttribute(String, String, String, SyndicationLink, String)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationLink spécifiée.
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
Paramètres
- name
- String
Nom de l'élément.
- ns
- String
Espace de noms de l'élément.
- value
- String
Attribut à analyser.
- link
- SyndicationLink
Instance de SyndicationLink à utiliser.
- version
- String
Version de syndication à utiliser lors de l'analyse.
Retours
true
si l’attribut a été analysé avec succès ; sinon, false
.
Remarques
Pour contrôler la manière dont les extensions d'attribut sont analysées, dérivez votre propre classe de SyndicationLink et remplacez la méthode TryParseAttribute(String, String, String, String).
S’applique à
TryParseAttribute(String, String, String, SyndicationFeed, String)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationFeed spécifiée.
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
Paramètres
- name
- String
Nom de l'élément.
- ns
- String
Espace de noms de l'élément.
- value
- String
Attribut à analyser.
- feed
- SyndicationFeed
Instance de SyndicationFeed à utiliser.
- version
- String
Version de syndication à utiliser lors de l'analyse.
Retours
true
si l’attribut a été analysé avec succès ; sinon, false
.
Remarques
Pour contrôler la manière dont les extensions d'attribut sont analysées, dérivez votre propre classe de SyndicationFeed et remplacez la méthode TryParseAttribute(String, String, String, String).
S’applique à
TryParseAttribute(String, String, String, SyndicationCategory, String)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationCategory spécifiée.
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
Paramètres
- name
- String
Nom de l'élément.
- ns
- String
Espace de noms de l'élément.
- value
- String
Attribut à analyser.
- category
- SyndicationCategory
Instance de SyndicationCategory à utiliser.
- version
- String
Version de syndication à utiliser lors de l'analyse.
Retours
true
si l’attribut a été analysé avec succès ; sinon, false
.
Remarques
Pour contrôler la manière dont les extensions d'attribut sont analysées, dérivez votre propre classe de SyndicationCategory et remplacez la méthode TryParseAttribute(String, String, String, String).
S’applique à
TryParseAttribute(String, String, String, SyndicationItem, String)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Tentatives d'analyse d'une extension d'attribut à l'aide de l'instance de SyndicationItem spécifiée.
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
Paramètres
- name
- String
Nom de l'élément.
- ns
- String
Espace de noms de l'élément.
- value
- String
Attribut à analyser.
- item
- SyndicationItem
Instance de SyndicationItem à utiliser.
- version
- String
Version de syndication à utiliser lors de l'analyse.
Retours
true
si l’attribut a été analysé avec succès ; sinon, false
.
Remarques
Pour contrôler la manière dont les extensions d'attribut sont analysées, dérivez votre propre classe de SyndicationItem et remplacez la méthode TryParseAttribute(String, String, String, String).