XdmWriterSettings.CDataSectionElements PropertyXdmWriterSettings.CDataSectionElements PropertyXdmWriterSettings::CDataSectionElements Property

Gets a collection of element names whose contents must be output as CDATA sections.

Syntax

Public ReadOnly Property CDataSectionElements As XmlQualifiedNameCollection
        Get
public XmlQualifiedNameCollection CDataSectionElements { get; }
public:
property XmlQualifiedNameCollection^ CDataSectionElements {
    XmlQualifiedNameCollection^ get();
}
 

Remarks

This property corresponds to the cdata-section-elements serialization parameter, which contains a list of expanded QNames. If the expanded QName of the parent element of a text node is a member of the list, then the text node is output as a CDATA section.