ServiceDocumentFormatter.TryParseAttribute Método

Definição

Tenta analisar uma extensão de atributo.

Sobrecargas

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

Tenta analisar uma extensão de atributo.

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

Tenta analisar as extensões de um atributo.

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

Tenta analisar uma extensão de atributo.

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

Tenta analisar uma extensão de atributo.

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

Tenta analisar uma extensão de atributo.

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

Parâmetros

name
String

O nome do elemento.

ns
String

O namespace do elemento.

value
String

O atributo a ser analisado.

workspace
Workspace

O Workspace a ser usado para analisar o atributo.

version
String

A versão de sindicalização para usar durante a análise.

Retornos

Boolean

true se a extensão do atributo foi analisada com êxito, caso contrário, false.

Aplica-se a

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

Tenta analisar as extensões de um atributo.

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

Parâmetros

name
String

O nome do elemento.

ns
String

O namespace do elemento.

value
String

A extensão de atributo a ser analisada.

document
ServiceDocument

O ServiceDocument a ser usado para analisar a extensão de atributo.

version
String

A versão de sindicalização para usar durante a análise.

Retornos

Boolean

true se a extensão do atributo foi analisada com êxito, caso contrário, false.

Aplica-se a

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

Tenta analisar uma extensão de atributo.

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

Parâmetros

name
String

O nome do elemento.

ns
String

O namespace do elemento.

value
String

O atributo a ser analisado.

categories
CategoriesDocument

O CategoriesDocument a ser usado para analisar a extensão de atributo.

version
String

A versão de sindicalização para usar durante a análise.

Retornos

Boolean

true se a extensão do atributo foi analisada com êxito.

Aplica-se a

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

Tenta analisar uma extensão de atributo.

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

Parâmetros

name
String

O nome do elemento.

ns
String

O namespace do elemento.

value
String

O atributo a ser analisado.

collection
ResourceCollectionInfo

O ResourceCollectionInfo a ser usado para analisar o atributo.

version
String

A versão de sindicalização para usar durante a análise.

Retornos

Boolean

true se a extensão do atributo foi analisada com êxito, caso contrário, false.

Aplica-se a