ServiceDocumentFormatter.TryParseAttribute Método

Definição

Tentativas de analisar uma extensão de atributo.

Sobrecargas

Name Description
TryParseAttribute(String, String, String, Workspace, String)

Tentativas de analisar uma extensão de atributo.

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

Tenta analisar extensões de atributo.

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

Tentativas de analisar uma extensão de atributo.

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

Tentativas de analisar uma extensão de atributo.

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

Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs

Tentativas de 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 para analisar.

workspace
Workspace

O Workspace to use para analisar o atributo.

version
String

A versão de sindicância para usar na análise sintática.

Devoluções

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

Aplica-se a

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

Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs

Tenta analisar extensões de 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 do atributo para analisar.

document
ServiceDocument

O ServiceDocument to use para analisar a extensão de atributos.

version
String

A versão de sindicância para usar na análise sintática.

Devoluções

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

Aplica-se a

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

Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs

Tentativas de 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 para analisar.

categories
CategoriesDocument

O CategoriesDocument to use para analisar a extensão de atributos.

version
String

A versão de sindicância para usar na análise sintática.

Devoluções

true se a extensão de atributo foi analisada com sucesso.

Aplica-se a

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

Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs
Origem:
ServiceDocumentFormatter.cs

Tentativas de 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 para analisar.

collection
ResourceCollectionInfo

O ResourceCollectionInfo to use para analisar o atributo.

version
String

A versão de sindicância para usar na análise sintática.

Devoluções

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

Aplica-se a