ServiceDocumentFormatter.WriteAttributeExtensions Method

Definition

Writes attribute extensions.

Overloads

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Writes attribute extensions.

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Writes attribute extensions.

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Writes attribute extensions.

WriteAttributeExtensions(XmlWriter, Workspace, String)

Writes attribute extensions.

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

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

Writes attribute extensions.

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)

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.

Applies to

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

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

Writes attribute extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

collection
ResourceCollectionInfo

The ResourceCollectionInfo to use to write the attribute extensions.

version
String

The syndication version to use when writing the attribute extensions.

Applies to

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

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

Writes attribute extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

document
ServiceDocument

The ServiceDocument to use to write the attribute extensions.

version
String

The syndication version to use when writing the attribute extensions.

Applies to

WriteAttributeExtensions(XmlWriter, Workspace, String)

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

Writes attribute extensions.

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)

Parameters

writer
XmlWriter

The XmlWriter to write to.

workspace
Workspace

The Workspace to use to write the attribute extensions.

version
String

The syndication version to use when writing the attribute extensions.

Applies to