SyndicationItemFormatter.WriteAttributeExtensions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes attribute extensions.
Overloads
WriteAttributeExtensions(XmlWriter, SyndicationCategory, String) |
Writes the attribute extensions in the SyndicationCategory instance to the specified XmlWriter in the specified syndication version. |
WriteAttributeExtensions(XmlWriter, SyndicationItem, String) |
Writes the attribute extensions in the SyndicationItem instance to the specified XmlWriter in the specified syndication version. |
WriteAttributeExtensions(XmlWriter, SyndicationLink, String) |
Writes the attribute extensions in the SyndicationLink instance to the specified XmlWriter in the specified syndication version. |
WriteAttributeExtensions(XmlWriter, SyndicationPerson, String) |
Writes the attribute extensions in the SyndicationPerson instance to the specified XmlWriter in the specified syndication version. |
WriteAttributeExtensions(XmlWriter, SyndicationCategory, String)
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
Writes the attribute extensions in the SyndicationCategory instance to the specified XmlWriter in the specified syndication version.
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationCategory * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, category As SyndicationCategory, version As String)
Parameters
- category
- SyndicationCategory
The SyndicationCategory instance that contains the attribute extensions to be written.
- version
- String
The syndication version to write the attribute extensions in.
Remarks
To control how attribute extensions are written by the SyndicationCategory, derive a class from SyndicationCategory and override the WriteAttributeExtensions(XmlWriter, String) method.
Applies to
WriteAttributeExtensions(XmlWriter, SyndicationItem, String)
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
Writes the attribute extensions in the SyndicationItem instance to the specified XmlWriter in the specified syndication version.
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationItem * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, item As SyndicationItem, version As String)
Parameters
- item
- SyndicationItem
The SyndicationItem instance that contains the attribute extensions to be written.
- version
- String
The syndication version to write the attribute extensions in.
Remarks
To control how attribute extensions are written by the SyndicationItem, derive a class from SyndicationItem and override the WriteAttributeExtensions(XmlWriter, String) method.
Applies to
WriteAttributeExtensions(XmlWriter, SyndicationLink, String)
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
Writes the attribute extensions in the SyndicationLink instance to the specified XmlWriter in the specified syndication version.
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationLink * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, link As SyndicationLink, version As String)
Parameters
- link
- SyndicationLink
The SyndicationLink instance that contains the attribute extensions to be written.
- version
- String
The syndication version to write the attribute extensions in.
Remarks
To control how attribute extensions are written by the SyndicationLink, derive a class from SyndicationLink and override the WriteAttributeExtensions(XmlWriter, String) method.
Applies to
WriteAttributeExtensions(XmlWriter, SyndicationPerson, String)
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
- Source:
- SyndicationItemFormatter.cs
Writes the attribute extensions in the SyndicationPerson instance to the specified XmlWriter in the specified syndication version.
protected:
static void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected static void WriteAttributeExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member WriteAttributeExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.SyndicationPerson * string -> unit
Protected Shared Sub WriteAttributeExtensions (writer As XmlWriter, person As SyndicationPerson, version As String)
Parameters
- person
- SyndicationPerson
The SyndicationPerson instance that contains the attribute extensions to be written.
- version
- String
The syndication version to write the attribute extensions in.
Remarks
To control how attribute extensions are written by the SyndicationPerson, derive a class from SyndicationPerson and override the WriteAttributeExtensions(XmlWriter, String) method.