ServiceDocumentFormatter.WriteElementExtensions メソッド

定義

要素拡張を書き込みます。

オーバーロード

WriteElementExtensions(XmlWriter, Workspace, String)

要素拡張を書き込みます。

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

要素拡張を書き込みます。

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

要素拡張を書き込みます。

WriteElementExtensions(XmlWriter, ServiceDocument, String)

要素拡張を書き込みます。

WriteElementExtensions(XmlWriter, Workspace, String)

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

要素拡張を書き込みます。

protected:
 static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.Workspace workspace, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.Workspace * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, workspace As Workspace, version As String)

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

workspace
Workspace

要素拡張を書き込むために使用する Workspace

version
String

要素拡張の書き込みの際に使用する配信バージョン。

適用対象

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

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

要素拡張を書き込みます。

protected:
 static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.CategoriesDocument * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, categories As CategoriesDocument, version As String)

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

categories
CategoriesDocument

要素拡張を書き込むために使用する CategoriesDocument

version
String

要素拡張の書き込みの際に使用する配信バージョン。

適用対象

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

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

要素拡張を書き込みます。

protected:
 static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, collection As ResourceCollectionInfo, version As String)

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

collection
ResourceCollectionInfo

要素拡張を書き込むために使用する ResourceCollectionInfo

version
String

要素拡張の書き込みの際に使用する配信バージョン。

適用対象

WriteElementExtensions(XmlWriter, ServiceDocument, String)

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

要素拡張を書き込みます。

protected:
 static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.ServiceDocument * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, document As ServiceDocument, version As String)

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

document
ServiceDocument

要素拡張を書き込むために使用する ServiceDocument

version
String

要素拡張の書き込みの際に使用する配信バージョン。

適用対象