Поделиться через


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

Parameters

Implements

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

See Also

Reference

DOMNodeWrapper Class

DOMNodeWrapper Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace