Sdílet prostřednictvím


ServiceDocumentFormatter.WriteElementExtensions Metoda

Definice

Zapisuje rozšíření elementu.

Přetížení

WriteElementExtensions(XmlWriter, Workspace, String)

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

Zapisuje rozšíření elementu.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

workspace
Workspace

Slouží Workspace k zápisu rozšíření elementu.

version
String

Syndikační verze, která se má použít při psaní rozšíření elementu.

Platí pro

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

Zapisuje rozšíření elementu.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

categories
CategoriesDocument

Slouží CategoriesDocument k zápisu rozšíření elementu.

version
String

Syndikační verze, která se má použít při psaní rozšíření elementu.

Platí pro

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

Zapisuje rozšíření elementu.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

collection
ResourceCollectionInfo

Slouží ResourceCollectionInfo k zápisu rozšíření elementu.

version
String

Syndikační verze, která se má použít při psaní rozšíření elementu.

Platí pro

WriteElementExtensions(XmlWriter, ServiceDocument, String)

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

Zapisuje rozšíření elementu.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

document
ServiceDocument

Slouží ServiceDocument k zápisu rozšíření elementu.

version
String

Syndikační verze, která se má použít při psaní rozšíření elementu.

Platí pro