Compartir a través de


SyndicationContent.Xml Propiedad

Definición

Obtiene o establece el contenido XML.

public:
 property XmlDocument ^ Xml { XmlDocument ^ get(); void set(XmlDocument ^ value); };
XmlDocument Xml();

void Xml(XmlDocument value);
public XmlDocument Xml { get; set; }
var xmlDocument = syndicationContent.xml;
syndicationContent.xml = xmlDocument;
Public Property Xml As XmlDocument

Valor de propiedad

Contenido XML dentro del elemento atom:content .

Implementaciones

Xml

Se aplica a