Share via


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

returnValue = instance.substringData(offset, _
    count)
public string substringData(
    int offset,
    int count
)

Parameters

Return value

Type: System.String

Implements

IXMLDOMCDATASection.substringData(Int32, Int32)
IXMLDOMText.substringData(Int32, Int32)
IXMLDOMComment.substringData(Int32, Int32)
IXMLDOMCharacterData.substringData(Int32, Int32)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace