SyndicationFeedFormatter.TryParseAttribute Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Próbuje przeanalizować rozszerzenie atrybutu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| TryParseAttribute(String, String, String, SyndicationPerson, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationPerson wystąpienia. |
| TryParseAttribute(String, String, String, SyndicationLink, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationLink wystąpienia. |
| TryParseAttribute(String, String, String, SyndicationFeed, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationFeed wystąpienia. |
| TryParseAttribute(String, String, String, SyndicationCategory, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationCategory wystąpienia. |
| TryParseAttribute(String, String, String, SyndicationItem, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationItem wystąpienia. |
TryParseAttribute(String, String, String, SyndicationPerson, String)
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationPerson wystąpienia.
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
Nazwa elementu.
- ns
- String
Przestrzeń nazw elementu.
- value
- String
Atrybut do analizowania.
- person
- SyndicationPerson
Wystąpienie SyndicationPerson do użycia.
- version
- String
Wersja syndykacji do użycia podczas analizowania.
Zwraca
true jeśli atrybut został pomyślnie przeanalizowany; w przeciwnym razie false.
Uwagi
Aby kontrolować sposób analizowania rozszerzeń atrybutów, utwórz własną klasę z SyndicationPerson i przesłoń metodę TryParseAttribute(String, String, String, String) .
Dotyczy
TryParseAttribute(String, String, String, SyndicationLink, String)
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationLink wystąpienia.
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
Nazwa elementu.
- ns
- String
Przestrzeń nazw elementu.
- value
- String
Atrybut do analizowania.
- link
- SyndicationLink
Wystąpienie SyndicationLink do użycia.
- version
- String
Wersja syndykacji do użycia podczas analizowania.
Zwraca
true jeśli atrybut został pomyślnie przeanalizowany; w przeciwnym razie false.
Uwagi
Aby kontrolować sposób analizowania rozszerzeń atrybutów, utwórz własną klasę z SyndicationLink i przesłoń metodę TryParseAttribute(String, String, String, String) .
Dotyczy
TryParseAttribute(String, String, String, SyndicationFeed, String)
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationFeed wystąpienia.
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
Nazwa elementu.
- ns
- String
Przestrzeń nazw elementu.
- value
- String
Atrybut do analizowania.
- feed
- SyndicationFeed
Wystąpienie SyndicationFeed do użycia.
- version
- String
Wersja syndykacji do użycia podczas analizowania.
Zwraca
true jeśli atrybut został pomyślnie przeanalizowany; w przeciwnym razie false.
Uwagi
Aby kontrolować sposób analizowania rozszerzeń atrybutów, utwórz własną klasę z SyndicationFeed i przesłoń metodę TryParseAttribute(String, String, String, String) .
Dotyczy
TryParseAttribute(String, String, String, SyndicationCategory, String)
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationCategory wystąpienia.
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
Nazwa elementu.
- ns
- String
Przestrzeń nazw elementu.
- value
- String
Atrybut do analizowania.
- category
- SyndicationCategory
Wystąpienie SyndicationCategory do użycia.
- version
- String
Wersja syndykacji do użycia podczas analizowania.
Zwraca
true jeśli atrybut został pomyślnie przeanalizowany; w przeciwnym razie false.
Uwagi
Aby kontrolować sposób analizowania rozszerzeń atrybutów, utwórz własną klasę z SyndicationCategory i przesłoń metodę TryParseAttribute(String, String, String, String) .
Dotyczy
TryParseAttribute(String, String, String, SyndicationItem, String)
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
- Źródło:
- SyndicationFeedFormatter.cs
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationItem wystąpienia.
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
Nazwa elementu.
- ns
- String
Przestrzeń nazw elementu.
- value
- String
Atrybut do analizowania.
- item
- SyndicationItem
Wystąpienie SyndicationItem do użycia.
- version
- String
Wersja syndykacji do użycia podczas analizowania.
Zwraca
true jeśli atrybut został pomyślnie przeanalizowany; w przeciwnym razie false.
Uwagi
Aby kontrolować sposób analizowania rozszerzeń atrybutów, utwórz własną klasę z SyndicationItem i przesłoń metodę TryParseAttribute(String, String, String, String) .