DOMDocument50Class.IXMLDOMDocument2_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 ^ IXMLDOMDocument2_createCDATASection(System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument2::createCDATASection;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection IXMLDOMDocument2_createCDATASection (string data);
abstract member IXMLDOMDocument2_createCDATASection : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection
override this.IXMLDOMDocument2_createCDATASection : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMCDATASection
Public Overridable Function IXMLDOMDocument2_createCDATASection (data As String) As IXMLDOMCDATASection
Parameters
- data
- String