SyndicationElementExtension.GetObject<TExtension> Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the object that represents the element extension.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Public Function GetObject(Of TExtension) As TExtension
public TExtension GetObject<TExtension>()
Type Parameters
- TExtension
The type of the extension to retrieve.
Return Value
Type: TExtension
An object of the specified type that contains the element extension.
Exceptions
Exception | Condition |
---|---|
InvalidDataContractException | The type is not a valid data contract. |
SerializationException | 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.