ServiceDocumentFormatter.TryParseAttribute Método

Definición

Intenta analizar una extensión de atributo.

Sobrecargas

Nombre Description
TryParseAttribute(String, String, String, Workspace, String)

Intenta analizar una extensión de atributo.

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

Intenta analizar una extensión de atributo.

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

Intenta analizar una extensión de atributo.

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

Intenta analizar una extensión de atributo.

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

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Intenta analizar una extensión 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

El nombre del elemento.

ns
String

Espacio de nombres del elemento.

value
String

Atributo que se va a analizar.

workspace
Workspace

Workspace que se va a usar para analizar el atributo .

version
String

Versión de distribución que se va a usar al analizar.

Devoluciones

true es si la extensión de atributo se ha analizado correctamente; de lo contrario, false.

Se aplica a

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

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Intenta analizar una extensión 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

El nombre del elemento.

ns
String

Espacio de nombres del elemento.

value
String

Extensión de atributo que se va a analizar.

document
ServiceDocument

ServiceDocument que se va a usar para analizar la extensión de atributo.

version
String

Versión de distribución que se va a usar al analizar.

Devoluciones

true es si la extensión de atributo se ha analizado correctamente; de lo contrario, false.

Se aplica a

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

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Intenta analizar una extensión 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

El nombre del elemento.

ns
String

Espacio de nombres del elemento.

value
String

Atributo que se va a analizar.

categories
CategoriesDocument

CategoriesDocument que se va a usar para analizar la extensión de atributo.

version
String

Versión de distribución que se va a usar al analizar.

Devoluciones

true si la extensión de atributo se ha analizado correctamente.

Se aplica a

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

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Intenta analizar una extensión 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

El nombre del elemento.

ns
String

Espacio de nombres del elemento.

value
String

Atributo que se va a analizar.

collection
ResourceCollectionInfo

ResourceCollectionInfo que se va a usar para analizar el atributo .

version
String

Versión de distribución que se va a usar al analizar.

Devoluciones

true es si la extensión de atributo se ha analizado correctamente; de lo contrario, false.

Se aplica a