IXMLDOMDocument.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:
MSXML::IXMLDOMCDATASection ^ createCDATASection(System::String ^ data);
[System.Runtime.InteropServices.DispId(45)]
public MSXML.IXMLDOMCDATASection createCDATASection (string data);
[<System.Runtime.InteropServices.DispId(45)>]
abstract member createCDATASection : string -> MSXML.IXMLDOMCDATASection
Public Function createCDATASection (data As String) As IXMLDOMCDATASection
Parameters
- data
- String
Returns
- Attributes