ISyndicationText interface

This topic has not yet been rated - Rate this topic

Represents text, HTML, or XHTML content. This interface encapsulates elements in RSS 2.0 or Atom 1.0 that can have either text, HTML, or XHTML content. In Atom 1.0 this interface maps to an atomTextConstruct in the schema, which can be element atom:title, atom:subtitle, atom:rights or atom:summary.

Syntax


public interface ISyndicationText : ISyndicationNode

Attributes

GuidAttribute("b9cc5e80-313a-4091-a2a6-243e0ee923f9")
VersionAttribute(NTDDI_WIN8)

Members

The ISyndicationText interface has these types of members:

Properties

The ISyndicationText interface has these properties.

PropertyAccess typeDescription

Text

Read/writeGets or sets the content of a text content construct like atom:title.

Type

Read/writeGets or sets the type of the content.

Xml

Read/writeGets or sets the XML content.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

ISyndicationNode
Syndication sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.