XmlSyndicationContent 类

定义

表示预期不显示在浏览器中的 XML 联合内容。

public ref class XmlSyndicationContent : System::ServiceModel::Syndication::SyndicationContent
public class XmlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent
type XmlSyndicationContent = class
    inherit SyndicationContent
Public Class XmlSyndicationContent
Inherits SyndicationContent
继承
XmlSyndicationContent

注解

此类用于以 XML 形式发送已序列化的对象或其他应用程序状态数据。

构造函数

XmlSyndicationContent(String, Object, XmlObjectSerializer)

使用指定的类型、对象和 XmlSyndicationContent 初始化 XmlObjectSerializer 的新实例。

XmlSyndicationContent(String, Object, XmlSerializer)

使用指定的类型、对象和 XmlSyndicationContent 初始化 XmlSerializer 的新实例。

XmlSyndicationContent(String, SyndicationElementExtension)

使用指定的类型和 XmlSyndicationContent 初始化 SyndicationElementExtension 的新实例。

XmlSyndicationContent(XmlReader)

初始化 XmlSyndicationContent 类的新实例。

XmlSyndicationContent(XmlSyndicationContent)

使用指定的 XmlSyndicationContent 实例初始化 XmlSyndicationContent 的新实例。

属性

AttributeExtensions

获取此内容的属性扩展。

(继承自 SyndicationContent)
Extension

获取 SyndicationElementExtension

Type

获取 XML 联合内容的类型。

方法

Clone()

创建现有 XmlSyndicationContent 实例的副本。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetReaderAtContent()

从获取 XmlSyndicationContent 的内容获取读取器。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ReadContent<TContent>()

将指定类型的内容读入 XmlSyndicationContent

ReadContent<TContent>(XmlObjectSerializer)

使用指定的序列化程序将指定类型的内容读入 XmlSyndicationContent

ReadContent<TContent>(XmlSerializer)

使用指定的序列化程序将指定类型的内容读入 XmlSyndicationContent

ToString()

返回表示当前对象的字符串。

(继承自 Object)
WriteContentsTo(XmlWriter)

XmlSyndicationContent 的内容写入指定的 XmlWriter

WriteTo(XmlWriter, String, String)

在指定的元素和元素命名空间中,将此对象的内容写入指定的 XmlWriter

(继承自 SyndicationContent)

适用于