XmlSyndicationContent Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente le contenu de syndication XML qu'il n'est pas prévu d'afficher dans un navigateur.
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
- Héritage
Remarques
Cette classe est utilisée pour envoyer des objets sérialisés ou d'autres données d'état d'application au format XML.
Constructeurs
XmlSyndicationContent(String, Object, XmlObjectSerializer) |
Initialise une nouvelle instance de XmlSyndicationContent avec le type, l'objet et XmlObjectSerializer spécifiés. |
XmlSyndicationContent(String, Object, XmlSerializer) |
Initialise une nouvelle instance de XmlSyndicationContent avec le type, l'objet et XmlSerializer spécifiés. |
XmlSyndicationContent(String, SyndicationElementExtension) |
Initialise une nouvelle instance de XmlSyndicationContent avec le type spécifié et SyndicationElementExtension. |
XmlSyndicationContent(XmlReader) |
Initialise une nouvelle instance de la classe XmlSyndicationContent. |
XmlSyndicationContent(XmlSyndicationContent) |
Initialise une nouvelle instance de XmlSyndicationContent avec l'instance XmlSyndicationContent spécifiée. |
Propriétés
AttributeExtensions |
Obtient les extensions d'attribut pour ce contenu. (Hérité de SyndicationContent) |
Extension |
Obtient SyndicationElementExtension. |
Type |
Obtient le type du contenu de syndication XML. |
Méthodes
Clone() |
Crée une copie de l'instance XmlSyndicationContent existante. |
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetReaderAtContent() |
Obtient un lecteur du contenu du XmlSyndicationContent. |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ReadContent<TContent>() |
Lit le contenu du type spécifié dans XmlSyndicationContent. |
ReadContent<TContent>(XmlObjectSerializer) |
Lit le contenu du type spécifié dans le XmlSyndicationContent à l'aide du sérialiseur spécifié. |
ReadContent<TContent>(XmlSerializer) |
Lit le contenu du type spécifié dans le XmlSyndicationContent à l'aide du sérialiseur spécifié. |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |
WriteContentsTo(XmlWriter) |
Écrit le contenu du XmlSyndicationContent dans le XmlWriter spécifié. |
WriteTo(XmlWriter, String, String) |
Écrit le contenu de cet objet dans le XmlWriter spécifié dans l'élément et l'espace de noms d'élément spécifiés. (Hérité de SyndicationContent) |