DOMDocument50Class.createCDATASection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMCDATASection ^ createCDATASection(System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument3::createCDATASection;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection createCDATASection (string data);
abstract member createCDATASection : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection
override this.createCDATASection : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection
Public Overridable Function createCDATASection (data As String) As IXMLDOMCDATASection
Parameters
- data
- String