ServiceDocumentFormatter.WriteAttributeExtensions Metod

Definition

Skriver attributtillägg.

Överlagringar

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Skriver attributtillägg.

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)

Parametrar

writer
XmlWriter

Att XmlWriter skriva till.

categories
CategoriesDocument

Att CategoriesDocument använda för att skriva elementtilläggen.

version
String

Den syndikeringsversion som ska användas när du skriver.

Gäller för

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Skriver attributtillägg.

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)

Parametrar

writer
XmlWriter

Att XmlWriter skriva till.

collection
ResourceCollectionInfo

Att ResourceCollectionInfo använda för att skriva attributtilläggen.

version
String

Den syndikeringsversion som ska användas när du skriver attributtilläggen.

Gäller för

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Skriver attributtillägg.

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)

Parametrar

writer
XmlWriter

Att XmlWriter skriva till.

document
ServiceDocument

Att ServiceDocument använda för att skriva attributtilläggen.

version
String

Den syndikeringsversion som ska användas när du skriver attributtilläggen.

Gäller för

WriteAttributeExtensions(XmlWriter, Workspace, String)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Skriver attributtillägg.

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)

Parametrar

writer
XmlWriter

Att XmlWriter skriva till.

workspace
Workspace

Att Workspace använda för att skriva attributtilläggen.

version
String

Den syndikeringsversion som ska användas när du skriver attributtilläggen.

Gäller för