SyndicationFeed.TryParseElement Method

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

Attempts to parse an element extension.

Namespace:  System.ServiceModel.Syndication
Assembly:  System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)

Syntax

'Declaration
Protected Friend Overridable Function TryParseElement ( _
    reader As XmlReader, _
    version As String _
) As Boolean
protected internal virtual bool TryParseElement(
    XmlReader reader,
    string version
)

Parameters

  • version
    Type: System.String
    The syndication version to use while parsing.

Return Value

Type: System.Boolean
A value that specifies whether the element extension was parsed successfully.

Exceptions

Exception Condition
XmlException

Invalid XML encountered during read.

Remarks

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 deserialization of a custom element extension. To do this, you must derive a class from SyndicationFeed and override this method. This method is called for all unrecognized element extensions.

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.