XmlSyndicationContent 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示预期不显示在浏览器中的 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
- 继承
注解
此类用于以 XML 形式发送已序列化的对象或其他应用程序状态数据。
构造函数
属性
AttributeExtensions |
获取此内容的属性扩展。 (继承自 SyndicationContent) |
Extension | |
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) |