ServiceDocumentFormatter.WriteAttributeExtensions Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
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
- 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)
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
- 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)
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
- 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)
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
- version
- String
Verze syndikace, která se má použít při psaní rozšíření atributů.