Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SyndicationElementExtensionCollection::ReadElementExtensions<TExtension> Method (String^, String^, XmlSerializer^)

 

Reads the element extensions with the specified name and namespace.

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

public:
generic<typename TExtension>
Collection<TExtension>^ ReadElementExtensions(
	String^ extensionName,
	String^ extensionNamespace,
	XmlSerializer^ serializer
)

Parameters

extensionName
Type: System::String^

The name of the element extension.

extensionNamespace
Type: System::String^

The namespace of the element extension.

serializer
Type: System.Xml.Serialization::XmlSerializer^

The XmlSerializer to use.

Return Value

Type: System.Collections.ObjectModel::Collection<TExtension>^

A collection of element extension objects.

Type Parameters

TExtension

The type of the extension to read.

Exception Condition
InvalidOperationException

The input XML cannot be deserialized into the requested type.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft