Share via


DOMNodeWrapper.createCDATASection method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function createCDATASection ( _
    data As String _
) As IXMLDOMCDATASection
'Usage
Dim instance As DOMNodeWrapper
Dim data As String
Dim returnValue As IXMLDOMCDATASection

returnValue = instance.createCDATASection(data)
public IXMLDOMCDATASection createCDATASection(
    string data
)

Parameters

Return value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection

Implements

IXMLDOMDocument3.createCDATASection(String)
IXMLDOMDocument2.createCDATASection(String)
IXMLDOMDocument.createCDATASection(String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace