SyndicationElementExtensionCollection::ReadElementExtensions<TExtension> Method (String^, String^)
.NET Framework (current version)
Reads the element extensions with the specified name and namespace.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TExtension> Collection<TExtension>^ ReadElementExtensions( String^ extensionName, String^ extensionNamespace )
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.
Type Parameters
- TExtension
The type of the extension to read.
| Exception | Condition |
|---|---|
| InvalidDataContractException | The type is not a valid data contract. |
| SerializationException | The input XML cannot be deserialized into the requested type. |
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: