DOMNodeWrapper.insertData 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 insertData ( _
    offset As Integer, _
    data As String _
)
'Usage
Dim instance As DOMNodeWrapper
Dim offset As Integer
Dim data As String

instance.insertData(offset, data)
public void insertData(
    int offset,
    string data
)

Parameters

Implements

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

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace