Поделиться через


ServiceDocumentFormatter.WriteAttributeExtensions Метод

Определение

Выполняет запись расширений атрибута.

Перегрузки

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Выполняет запись расширений атрибута.

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Выполняет запись расширений атрибута.

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Выполняет запись расширений атрибута.

WriteAttributeExtensions(XmlWriter, Workspace, String)

Выполняет запись расширений атрибута.

WriteAttributeExtensions(XmlWriter, CategoriesDocument, String)

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Выполняет запись расширений атрибута.

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)

Параметры

writer
XmlWriter

Экземпляр XmlWriter, в который выполняется запись.

categories
CategoriesDocument

Экземпляр CategoriesDocument, используемый для записи расширений элемента.

version
String

Версия механизма синдикации для использования при записи.

Применяется к

WriteAttributeExtensions(XmlWriter, ResourceCollectionInfo, String)

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Выполняет запись расширений атрибута.

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)

Параметры

writer
XmlWriter

Экземпляр XmlWriter, в который выполняется запись.

collection
ResourceCollectionInfo

Экземпляр ResourceCollectionInfo, используемый для записи расширения атрибута.

version
String

Версия механизма синдикации для использования при записи расширений атрибута.

Применяется к

WriteAttributeExtensions(XmlWriter, ServiceDocument, String)

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Выполняет запись расширений атрибута.

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)

Параметры

writer
XmlWriter

Экземпляр XmlWriter, в который выполняется запись.

document
ServiceDocument

Экземпляр ServiceDocument, используемый для записи расширения атрибута.

version
String

Версия механизма синдикации для использования при записи расширений атрибута.

Применяется к

WriteAttributeExtensions(XmlWriter, Workspace, String)

Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs
Исходный код:
ServiceDocumentFormatter.cs

Выполняет запись расширений атрибута.

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)

Параметры

writer
XmlWriter

Экземпляр XmlWriter, в который выполняется запись.

workspace
Workspace

Экземпляр Workspace, используемый для записи расширения атрибута.

version
String

Версия механизма синдикации для использования при записи расширений атрибута.

Применяется к