Share via


DOMNodeWrapper.replaceData - 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 Sub replaceData ( _
    offset As Integer, _
    count As Integer, _
    data As String _
)
'Utilisation
Dim instance As DOMNodeWrapper
Dim offset As Integer
Dim count As Integer
Dim data As String

instance.replaceData(offset, count, data)
public void replaceData(
    int offset,
    int count,
    string data
)

Paramètres

Implémentations

IXMLDOMCDATASection.replaceData(Int32, Int32, String)
IXMLDOMText.replaceData(Int32, Int32, String)
IXMLDOMComment.replaceData(Int32, Int32, String)
IXMLDOMCharacterData.replaceData(Int32, Int32, String)

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

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