ServiceDocumentFormatter.TryParseAttribute Metodo

Definizione

Tenta di analizzare un'estensione dell'attributo.

Overload

Nome Descrizione
TryParseAttribute(String, String, String, Workspace, String)

Tenta di analizzare un'estensione dell'attributo.

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

Tenta di analizzare le estensioni di un attributo.

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

Tenta di analizzare un'estensione dell'attributo.

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

Tenta di analizzare un'estensione dell'attributo.

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

Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs

Tenta di analizzare un'estensione dell'attributo.

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

workspace
Workspace

Oggetto Workspace da utilizzare per analizzare l'attributo.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'estensione dell'attributo è stata analizzata correttamente; in caso contrario, false.

Si applica a

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

Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs

Tenta di analizzare le estensioni di un attributo.

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Estensione dell'attributo da analizzare.

document
ServiceDocument

Oggetto ServiceDocument da usare per analizzare l'estensione dell'attributo.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'estensione dell'attributo è stata analizzata correttamente; in caso contrario, false.

Si applica a

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

Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs

Tenta di analizzare un'estensione dell'attributo.

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

categories
CategoriesDocument

Oggetto CategoriesDocument da usare per analizzare l'estensione dell'attributo.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'estensione dell'attributo è stata analizzata correttamente.

Si applica a

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

Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs
Origine:
ServiceDocumentFormatter.cs

Tenta di analizzare un'estensione dell'attributo.

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

Parametri

name
String

Il nome dell'elemento.

ns
String

Spazio dei nomi dell'elemento.

value
String

Attributo da analizzare.

collection
ResourceCollectionInfo

Oggetto ResourceCollectionInfo da utilizzare per analizzare l'attributo.

version
String

Versione di diffusione da usare durante l'analisi.

Valori restituiti

true se l'estensione dell'attributo è stata analizzata correttamente; in caso contrario, false.

Si applica a