SyndicationElementExtensionCollection.ReadElementExtensions<TExtension> Method (String, String, XmlSerializer)

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

Reads the element extensions with the specified name and namespace.

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

Syntax

'Declaration
Public Function ReadElementExtensions(Of TExtension) ( _
    extensionName As String, _
    extensionNamespace As String, _
    serializer As XmlSerializer _
) As Collection(Of TExtension)
public Collection<TExtension> ReadElementExtensions<TExtension>(
    string extensionName,
    string extensionNamespace,
    XmlSerializer serializer
)

Type Parameters

  • TExtension
    The type of the extension to read.

Parameters

  • extensionName
    Type: System.String
    The name of the element extension.
  • extensionNamespace
    Type: System.String
    The namespace of the element extension.

Return Value

Type: System.Collections.ObjectModel.Collection<TExtension>
A collection of element extension objects.

Exceptions

Exception Condition
InvalidOperationException

The input XML cannot be deserialized into the requested type.

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.