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 的狀態資料。
建構函式
XmlSyndicationContent(String, Object, XmlObjectSerializer) |
使用指定的型別、物件和 XmlSyndicationContent,來初始化 XmlObjectSerializer 的新執行個體。 |
XmlSyndicationContent(String, Object, XmlSerializer) |
使用指定的型別、物件和 XmlSyndicationContent,來初始化 XmlSerializer 的新執行個體。 |
XmlSyndicationContent(String, SyndicationElementExtension) |
使用指定的類型和 SyndicationElementExtension 來初始化 XmlSyndicationContent 的新執行個體。 |
XmlSyndicationContent(XmlReader) |
初始化 XmlSyndicationContent 類別的新執行個體。 |
XmlSyndicationContent(XmlSyndicationContent) |
使用指定的 XmlSyndicationContent執行個體,初始化 XmlSyndicationContent 的新執行個體。 |
屬性
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) |