ServiceDocumentFormatter.TryParseAttribute Méthode

Définition

Tente d’analyser une extension d’attribut.

Surcharges

Nom Description
TryParseAttribute(String, String, String, Workspace, String)

Tente d’analyser une extension d’attribut.

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

Tente d’analyser une extension d’attribut.

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

Tente d’analyser une extension d’attribut.

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

Tente d’analyser une extension d’attribut.

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

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

Tente d’analyser une extension d’attribut.

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

Paramètres

name
String

Le nom de l’élément.

ns
String

Espace de noms de l’élément.

value
String

Attribut à analyser.

workspace
Workspace

À Workspace utiliser pour analyser l’attribut.

version
String

Version de syndication à utiliser lors de l’analyse.

Retours

true si l’extension d’attribut a été analysée avec succès ; sinon, false.

S’applique à

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

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

Tente d’analyser une extension d’attribut.

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

Paramètres

name
String

Le nom de l’élément.

ns
String

Espace de noms de l’élément.

value
String

Extension d’attribut à analyser.

document
ServiceDocument

À ServiceDocument utiliser pour analyser l’extension d’attribut.

version
String

Version de syndication à utiliser lors de l’analyse.

Retours

true si l’extension d’attribut a été analysée avec succès ; sinon, false.

S’applique à

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

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

Tente d’analyser une extension d’attribut.

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

Paramètres

name
String

Le nom de l’élément.

ns
String

Espace de noms de l’élément.

value
String

Attribut à analyser.

categories
CategoriesDocument

À CategoriesDocument utiliser pour analyser l’extension d’attribut.

version
String

Version de syndication à utiliser lors de l’analyse.

Retours

true si l’extension d’attribut a été analysée avec succès.

S’applique à

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

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

Tente d’analyser une extension d’attribut.

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

Paramètres

name
String

Le nom de l’élément.

ns
String

Espace de noms de l’élément.

value
String

Attribut à analyser.

collection
ResourceCollectionInfo

À ResourceCollectionInfo utiliser pour analyser l’attribut.

version
String

Version de syndication à utiliser lors de l’analyse.

Retours

true si l’extension d’attribut a été analysée avec succès ; sinon, false.

S’applique à