Język

ServiceDocumentFormatter.WriteAttributeExtensions Metoda

Definicja

Zapisuje rozszerzenia atrybutów.

Przeciążenia

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs

Zapisuje rozszerzenia atrybutów.

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

Element XmlWriter do zapisu.

categories
CategoriesDocument

Element CategoriesDocument , który ma być używany do zapisywania rozszerzeń elementów.

version
String

Wersja syndykacji do użycia podczas pisania.

Dotyczy

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs

Zapisuje rozszerzenia atrybutów.

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

Element XmlWriter do zapisu.

collection
ResourceCollectionInfo

Element ResourceCollectionInfo , który służy do zapisywania rozszerzeń atrybutów.

version
String

Wersja syndykacji do użycia podczas pisania rozszerzeń atrybutów.

Dotyczy

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs

Zapisuje rozszerzenia atrybutów.

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

Element XmlWriter do zapisu.

document
ServiceDocument

Element ServiceDocument , który służy do zapisywania rozszerzeń atrybutów.

version
String

Wersja syndykacji do użycia podczas pisania rozszerzeń atrybutów.

Dotyczy

WriteAttributeExtensions(XmlWriter, Workspace, String)

Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs
Źródło:
ServiceDocumentFormatter.cs

Zapisuje rozszerzenia atrybutów.

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

Element XmlWriter do zapisu.

workspace
Workspace

Element Workspace , który służy do zapisywania rozszerzeń atrybutów.

version
String

Wersja syndykacji do użycia podczas pisania rozszerzeń atrybutów.

Dotyczy