ServiceDocumentFormatter.WriteElementExtensions Method

Definition

Writes element extensions.

Overloads

WriteElementExtensions(XmlWriter, Workspace, String)

Writes element extensions.

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

Writes element extensions.

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

Writes element extensions.

WriteElementExtensions(XmlWriter, ServiceDocument, String)

Writes element extensions.

WriteElementExtensions(XmlWriter, Workspace, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Writes element extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

workspace
Workspace

The Workspace to use to write the element extensions.

version
String

The syndication version to use when writing the element extensions.

Applies to

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Writes element extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

categories
CategoriesDocument

The CategoriesDocument to use to write the element extensions.

version
String

The syndication version to use when writing the element extensions.

Applies to

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Writes element extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

collection
ResourceCollectionInfo

The ResourceCollectionInfo to use to write the element extensions.

version
String

The syndication version to use when writing the element extensions.

Applies to

WriteElementExtensions(XmlWriter, ServiceDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

Writes element extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

document
ServiceDocument

The ServiceDocument to use to write the element extensions.

version
String

The syndication version to use when writing the element extensions.

Applies to