ServiceDocumentFormatter.TryParseAttribute Метод

Определение

Пытается проанализировать расширение атрибута.

Перегрузки

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

Пытается проанализировать расширение атрибута.

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

Пытается проанализировать расширения атрибута.

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

Пытается проанализировать расширение атрибута.

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

Пытается проанализировать расширение атрибута.

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

Пытается проанализировать расширение атрибута.

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

Параметры

name
String

Имя элемента.

ns
String

Пространство имен элемента.

value
String

Анализируемый атрибут.

workspace
Workspace

Экземпляр Workspace, используемый для анализа атрибута.

version
String

Версия механизма синдикации для использования при анализе.

Возвращаемое значение

Boolean

Значение true, если синтаксический анализ расширения атрибута выполнен успешно; в противном случае — значение false.

Применяется к

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

Пытается проанализировать расширения атрибута.

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

Параметры

name
String

Имя элемента.

ns
String

Пространство имен элемента.

value
String

Расширение атрибута для анализа.

document
ServiceDocument

Экземпляр ServiceDocument, используемый для анализа расширения атрибута.

version
String

Версия механизма синдикации для использования при анализе.

Возвращаемое значение

Boolean

Значение true, если синтаксический анализ расширения атрибута выполнен успешно; в противном случае — значение false.

Применяется к

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

Пытается проанализировать расширение атрибута.

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

Параметры

name
String

Имя элемента.

ns
String

Пространство имен элемента.

value
String

Анализируемый атрибут.

categories
CategoriesDocument

Экземпляр CategoriesDocument, используемый для анализа расширения атрибута.

version
String

Версия механизма синдикации для использования при анализе.

Возвращаемое значение

Boolean

Значение true, если синтаксический анализ расширения атрибута выполнен успешно.

Применяется к

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

Пытается проанализировать расширение атрибута.

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

Параметры

name
String

Имя элемента.

ns
String

Пространство имен элемента.

value
String

Анализируемый атрибут.

collection
ResourceCollectionInfo

Экземпляр ResourceCollectionInfo, используемый для анализа атрибута.

version
String

Версия механизма синдикации для использования при анализе.

Возвращаемое значение

Boolean

Значение true, если синтаксический анализ расширения атрибута выполнен успешно; в противном случае — значение false.

Применяется к