ServiceDocumentFormatter.TryParseElement Método

Definição

Tenta analisar uma extensão de elemento.

Sobrecargas

Nome Description
TryParseElement(XmlReader, CategoriesDocument, String)

Tenta analisar uma extensão de elemento.

TryParseElement(XmlReader, ResourceCollectionInfo, String)

Tenta analisar uma extensão de elemento.

TryParseElement(XmlReader, ServiceDocument, String)

Tenta analisar uma extensão de elemento.

TryParseElement(XmlReader, Workspace, String)

Tenta analisar uma extensão de elemento.

TryParseElement(XmlReader, CategoriesDocument, String)

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

Tenta analisar uma extensão de elemento.

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.CategoriesDocument * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, categories As CategoriesDocument, version As String) As Boolean

Parâmetros

reader
XmlReader

Do XmlReader qual ler.

categories
CategoriesDocument

O CategoriesDocument a ser usado para analisar a extensão do elemento.

version
String

A versão de sindicalização a ser usada ao analisar.

Retornos

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

Aplica-se a

TryParseElement(XmlReader, ResourceCollectionInfo, String)

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

Tenta analisar uma extensão de elemento.

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, collection As ResourceCollectionInfo, version As String) As Boolean

Parâmetros

reader
XmlReader

Do XmlReader qual ler.

collection
ResourceCollectionInfo

O ResourceCollectionInfo a ser usado para analisar a extensão do elemento.

version
String

A versão de sindicalização a ser usada ao analisar.

Retornos

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

Aplica-se a

TryParseElement(XmlReader, ServiceDocument, String)

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

Tenta analisar uma extensão de elemento.

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.ServiceDocument * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, document As ServiceDocument, version As String) As Boolean

Parâmetros

reader
XmlReader

Do XmlReader qual ler.

document
ServiceDocument

O ServiceDocument a ser usado para analisar a extensão do elemento.

version
String

A versão de sindicalização a ser usada ao analisar.

Retornos

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

Aplica-se a

TryParseElement(XmlReader, Workspace, String)

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

Tenta analisar uma extensão de elemento.

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static bool TryParseElement(System.Xml.XmlReader reader, System.ServiceModel.Syndication.Workspace workspace, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.Workspace * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, workspace As Workspace, version As String) As Boolean

Parâmetros

reader
XmlReader

Do XmlReader qual ler.

workspace
Workspace

O Workspace a ser usado para analisar a extensão do elemento.

version
String

A versão de sindicalização a ser usada ao analisar.

Retornos

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

Aplica-se a