DOMNodeWrapper.createCDATASection - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly :  Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntaxe

'Déclaration
Public Function createCDATASection ( _
    data As String _
) As IXMLDOMCDATASection
'Utilisation
Dim instance As DOMNodeWrapper
Dim data As String
Dim returnValue As IXMLDOMCDATASection

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

Paramètres

Valeur renvoyée

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

Implémentations

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

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms