SyndicationItemFormatter.TryParseAttribute Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Próbuje przeanalizować rozszerzenie atrybutu.
Przeciążenia
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, SyndicationItem, String) |
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationItem 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, SyndicationPerson, String)
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationPerson wystąpienia.
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
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
Wartość wskazująca, czy atrybut został pomyślnie przeanalizowany.
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)
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationLink wystąpienia.
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
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
Wartość wskazująca, czy atrybut został pomyślnie przeanalizowany.
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, SyndicationItem, String)
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationItem wystąpienia.
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
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
Wartość wskazująca, czy atrybut został pomyślnie przeanalizowany.
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) .
Dotyczy
TryParseAttribute(String, String, String, SyndicationCategory, String)
Próbuje przeanalizować rozszerzenie atrybutu przy użyciu określonego SyndicationCategory wystąpienia.
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
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
Wartość wskazująca, czy atrybut został pomyślnie przeanalizowany.
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) .