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
- data
Type: System.String
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection
Implements
IXMLDOMDocument3.createCDATASection(String)
IXMLDOMDocument2.createCDATASection(String)
IXMLDOMDocument.createCDATASection(String)