Compartir a través de


SyndicationElementExtension Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Initializes a new instance of the SyndicationElementExtension class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SyndicationElementExtension(Object) Initializes a new instance of the SyndicationElementExtension class with the specified object.
Public method SyndicationElementExtension(XmlReader) Initializes a new instance of the SyndicationElementExtension class.
Public method SyndicationElementExtension(Object, XmlObjectSerializer) Initializes a new instance of the SyndicationElementExtension class with the specified object and data contract serializer.
Public method SyndicationElementExtension(Object, XmlSerializer) Initializes a new instance of the SyndicationElementExtension class with the specified object and XML serializer.
Public method SyndicationElementExtension(String, String, Object) Initializes a new instance of the SyndicationElementExtension class with the specified outer name, outer namespace, and object.
Public method SyndicationElementExtension(String, String, Object, XmlObjectSerializer) Initializes a new instance of the SyndicationElementExtension class with the specified outer name, outer namespace, object, and data contract serializer.

Top