다음을 통해 공유


SyndicationContent.Xml 속성

정의

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

속성 값

atom:content 요소 내의 XML 콘텐츠입니다.

구현

Xml

적용 대상