Implements the ISyndicationText interface that encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML. In Atom 1.0, this object maps to an atomTextConstruct in the schema, which can be atom:title, atom:subtitle, atom:rights, or atom:summary elements.
Syntax
var syndicationText = new Windows.Web.Syndication.SyndicationText(string); var syndicationText = new Windows.Web.Syndication.SyndicationText(string, syndicationTextType); var syndicationText = new Windows.Web.Syndication.SyndicationText();
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- ActivatableAttribute(Windows.Web.Syndication.ISyndicationTextFactory, NTDDI_WIN8)
- DualApiPartitionAttribute()
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
Members
The SyndicationText class has these types of members:
Constructors
The SyndicationText class has these constructors.
| Constructor | Description |
|---|---|
| SyndicationText() | Creates a new SyndicationText object. |
| SyndicationText(String) | Creates a new SyndicationText object with the specified Text property value. |
| SyndicationText(String, SyndicationTextType) | Creates a new SyndicationText object with the specified Text and Type property values. |
Methods
The SyndicationText class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetXmlDocument | Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0. |
Properties
The SyndicationText class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the list of custom attributes of the element. | |
| Read/write | Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element. | |
| Read-only | Gets the list of child elements within the element. | |
| Read/write | Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0. | |
| Read/write | Gets or sets the local name of the element. | |
| Read/write | Gets or sets the namespace of the element. | |
| Read/write | Gets or sets the text content of the element. If the element contains only child elements, this property is NULL. | |
| Read/write | Gets the content of a text content construct like atom:title. | |
| Read/write | Gets or sets the type of the content. | |
| Read/write | Gets or sets the XML content. |
Remarks
The following table maps SyndicationText properties to RSS and Atom feed elements.
| SyndicationText | RSS | Atom |
|---|---|---|
| Text | (node value) | (node value) |
| Type | type (attribute) | |
| Xml | (xhtml node value) |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps, desktop apps] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps, desktop apps] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012