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)

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

属性拡張機能の解析を試みます。

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

解析時に使用する配信バージョン。

返品

true 属性拡張機能が正常に解析された場合。それ以外の場合は false

適用対象

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

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

属性拡張の解析を試みます。

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

解析時に使用する配信バージョン。

返品

true 属性拡張機能が正常に解析された場合。それ以外の場合は false

適用対象

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

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

属性拡張機能の解析を試みます。

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

解析時に使用する配信バージョン。

返品

true 属性拡張機能が正常に解析された場合は 。

適用対象

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

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

属性拡張機能の解析を試みます。

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

解析時に使用する配信バージョン。

返品

true 属性拡張機能が正常に解析された場合。それ以外の場合は false

適用対象