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

適用対象