ServiceDocumentFormatter.WriteElementExtensions Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zapisuje rozszerzenia elementów.
Przeciążenia
WriteElementExtensions(XmlWriter, Workspace, String) |
Zapisuje rozszerzenia elementów. |
WriteElementExtensions(XmlWriter, CategoriesDocument, String) |
Zapisuje rozszerzenia elementów. |
WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String) |
Zapisuje rozszerzenia elementów. |
WriteElementExtensions(XmlWriter, ServiceDocument, String) |
Zapisuje rozszerzenia elementów. |
WriteElementExtensions(XmlWriter, Workspace, String)
Zapisuje rozszerzenia elementów.
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
- version
- String
Wersja syndykacji do użycia podczas pisania rozszerzeń elementów.
Dotyczy
WriteElementExtensions(XmlWriter, CategoriesDocument, String)
Zapisuje rozszerzenia elementów.
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
- categories
- CategoriesDocument
Element CategoriesDocument do użycia do zapisywania rozszerzeń elementu.
- version
- String
Wersja syndykacji do użycia podczas pisania rozszerzeń elementów.
Dotyczy
WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)
Zapisuje rozszerzenia elementów.
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
- collection
- ResourceCollectionInfo
Element ResourceCollectionInfo do użycia do zapisywania rozszerzeń elementu.
- version
- String
Wersja syndykacji do użycia podczas pisania rozszerzeń elementów.
Dotyczy
WriteElementExtensions(XmlWriter, ServiceDocument, String)
Zapisuje rozszerzenia elementów.
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
- document
- ServiceDocument
Element ServiceDocument do użycia do zapisywania rozszerzeń elementu.
- version
- String
Wersja syndykacji do użycia podczas pisania rozszerzeń elementów.