Sdílet prostřednictvím


ServiceDocumentFormatter.TryParseAttribute Metoda

Definice

Pokusí se analyzovat rozšíření atributu.

Přetížení

TryParseAttribute(String, String, String, Workspace, String)

Pokusí se analyzovat rozšíření atributu.

TryParseAttribute(String, String, String, ServiceDocument, String)

Pokusí se analyzovat rozšíření atributů.

TryParseAttribute(String, String, String, CategoriesDocument, String)

Pokusí se analyzovat rozšíření atributu.

TryParseAttribute(String, String, String, ResourceCollectionInfo, String)

Pokusí se analyzovat rozšíření atributu.

TryParseAttribute(String, String, String, Workspace, String)

Pokusí se analyzovat rozšíření atributu.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.Workspace workspace, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.Workspace * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, workspace As Workspace, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

workspace
Workspace

Slouží Workspace k analýze atributu.

version
String

Verze syndikace, která se má použít při analýze.

Návraty

Boolean

true pokud bylo rozšíření atributu úspěšně analyzováno; falsev opačném případě .

Platí pro

TryParseAttribute(String, String, String, ServiceDocument, String)

Pokusí se analyzovat rozšíření atributů.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.ServiceDocument * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, document As ServiceDocument, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Rozšíření atributu, které se má analyzovat.

document
ServiceDocument

Použití ServiceDocument k analýze rozšíření atributu.

version
String

Verze syndikace, která se má použít při analýze.

Návraty

Boolean

true pokud bylo rozšíření atributu úspěšně analyzováno; falsev opačném případě .

Platí pro

TryParseAttribute(String, String, String, CategoriesDocument, String)

Pokusí se analyzovat rozšíření atributu.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.CategoriesDocument * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, categories As CategoriesDocument, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

categories
CategoriesDocument

Použití CategoriesDocument k analýze rozšíření atributu.

version
String

Verze syndikace, která se má použít při analýze.

Návraty

Boolean

true pokud se rozšíření atributu úspěšně parsovalo.

Platí pro

TryParseAttribute(String, String, String, ResourceCollectionInfo, String)

Pokusí se analyzovat rozšíření atributu.

protected:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> bool
Protected Shared Function TryParseAttribute (name As String, ns As String, value As String, collection As ResourceCollectionInfo, version As String) As Boolean

Parametry

name
String

Název elementu.

ns
String

Obor názvů elementu.

value
String

Atribut, který se má analyzovat.

collection
ResourceCollectionInfo

Slouží ResourceCollectionInfo k analýze atributu.

version
String

Verze syndikace, která se má použít při analýze.

Návraty

Boolean

true pokud bylo rozšíření atributu úspěšně analyzováno; falsev opačném případě .

Platí pro