ISyndicationText Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class ISyndicationText : ISyndicationNode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3117178496, 12602, 16529, 162, 166, 36, 62, 14, 233, 35, 249)]
struct ISyndicationText : ISyndicationNode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3117178496, 12602, 16529, 162, 166, 36, 62, 14, 233, 35, 249)]
public interface ISyndicationText : ISyndicationNode
Public Interface ISyndicationText
Implements ISyndicationNode
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Interface inheritance
ISyndicationText inherits ISyndicationNode. Types that implement ISyndicationText also implement the interface members of ISyndicationNode.
Properties
AttributeExtensions |
Gets the list of custom attributes of the element. (Inherited from ISyndicationNode) |
BaseUri |
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. (Inherited from ISyndicationNode) |
ElementExtensions |
Gets the list of child elements within the element. (Inherited from ISyndicationNode) |
Language |
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. (Inherited from ISyndicationNode) |
NodeName |
Gets or sets the local name of the element. (Inherited from ISyndicationNode) |
NodeNamespace |
Gets or sets the namespace of the element. (Inherited from ISyndicationNode) |
NodeValue |
Gets or sets the text content of the element. If the element contains only child elements, this property is NULL. (Inherited from ISyndicationNode) |
Text |
Gets or sets the content of a text content construct like atom:title. |
Type |
Gets or sets the type of the content. |
Xml |
Gets or sets the XML content. |
Methods
GetXmlDocument(SyndicationFormat) |
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. (Inherited from ISyndicationNode) |