SyndicationContent.CreateXmlContent Method (Object, XmlSerializer)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a new XmlSyndicationContent instance with the specified object and XML serializer.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Public Shared Function CreateXmlContent ( _
xmlSerializerObject As Object, _
serializer As XmlSerializer _
) As XmlSyndicationContent
public static XmlSyndicationContent CreateXmlContent(
Object xmlSerializerObject,
XmlSerializer serializer
)
Parameters
- xmlSerializerObject
Type: System.Object
The object.
- serializer
Type: System.Xml.Serialization.XmlSerializer
The XML serializer.
Return Value
Type: System.ServiceModel.Syndication.XmlSyndicationContent
A new XmlSyndicationContent instance.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.