SyndicationItem::WriteElementExtensions Method (XmlWriter^, String^)
.NET Framework (current version)
Writes the element extensions to the specified XmlWriter using the specific syndication version.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public protected: virtual void WriteElementExtensions( XmlWriter^ writer, String^ version )
Parameters
- writer
-
Type:
System.Xml::XmlWriter^
The XmlReader to write to.
- version
-
Type:
System::String^
The syndication version to use while writing.
Element extensions are valid XML elements that are not specified in either the Atom 1.0 or RSS 2.0 specifications. You can add any valid XML element as an extension, provided its namespace is different from the enclosing namespace. This method is an extension point that allows you to handle the serialization of custom element extensions. To do this, you must derive a class from SyndicationItem and override this method. This method is called for all unrecognized element extensions.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: