Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

isyndicationtext.md

File metadata and controls

23 lines (16 loc) · 1.09 KB
-api-id -api-type
T:Windows.Web.Syndication.ISyndicationText
winrt interface

Windows.Web.Syndication.ISyndicationText

-description

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.

-remarks

Interface inheritance

ISyndicationText inherits ISyndicationNode. Types that implement ISyndicationText also implement the interface members of ISyndicationNode.

-examples

-see-also

ISyndicationNode, Syndication sample