Sdílet prostřednictvím


ServiceDocumentFormatter.WriteAttributeExtensions Metoda

Definice

Zapisuje rozšíření atributů.

Přetížení

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Zapisuje rozšíření atributů.

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Zapisuje rozšíření atributů.

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Zapisuje rozšíření atributů.

WriteAttributeExtensions(XmlWriter, Workspace, String)

Zapisuje rozšíření atributů.

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

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

Zapisuje rozšíření atributů.

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)

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í.

Platí pro

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

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

Zapisuje rozšíření atributů.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

collection
ResourceCollectionInfo

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

version
String

Verze syndikace, která se má použít při psaní rozšíření atributů.

Platí pro

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

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

Zapisuje rozšíření atributů.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

document
ServiceDocument

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

version
String

Verze syndikace, která se má použít při psaní rozšíření atributů.

Platí pro

WriteAttributeExtensions(XmlWriter, Workspace, String)

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

Zapisuje rozšíření atributů.

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)

Parametry

writer
XmlWriter

Do XmlWriter pole, do které chcete zapisovat.

workspace
Workspace

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

version
String

Verze syndikace, která se má použít při psaní rozšíření atributů.

Platí pro