ServiceDocumentFormatter.WriteAttributeExtensions メソッド

定義

属性の拡張を書き込みます。

オーバーロード

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

属性の拡張を書き込みます。

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

属性の拡張を書き込みます。

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

属性の拡張を書き込みます。

WriteAttributeExtensions(XmlWriter, Workspace, String)

属性の拡張を書き込みます。

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

属性の拡張を書き込みます。

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

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

categories
CategoriesDocument

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

version
String

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

適用対象

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

属性の拡張を書き込みます。

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

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

collection
ResourceCollectionInfo

属性拡張を書き込むために使用する ResourceCollectionInfo

version
String

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

適用対象

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

属性の拡張を書き込みます。

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

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

document
ServiceDocument

属性拡張を書き込むために使用する ServiceDocument

version
String

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

適用対象

WriteAttributeExtensions(XmlWriter, Workspace, String)

属性の拡張を書き込みます。

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

パラメーター

writer
XmlWriter

書き込み先の XmlWriter

workspace
Workspace

属性拡張を書き込むために使用する Workspace

version
String

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

適用対象