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

要在写入属性扩展时使用的联合版本。

适用于