IXMLDOMCharacterData.substringData - Méthode

Ce type ou ce membre fait office de proxy pour un objet ou un membre Microsoft XML Core Services (MSXML). Pour plus d’informations sur l’objet ou le membre MSXML encapsulé par ce type ou ce membre, voir MSXML SDK. Pour plus d’informations sur l’utilisation d’objets ou de membres MSXML à partir du code managé, voir Utilisation de MSXML5 et de System.Xml avec le modèle objet InfoPath 2003.

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

Syntaxe

'Déclaration
Function substringData ( _
    offset As Integer, _
    count As Integer _
) As String
'Utilisation
Dim instance As IXMLDOMCharacterData
Dim offset As Integer
Dim count As Integer
Dim returnValue As String

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

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

IXMLDOMCharacterData interface

IXMLDOMCharacterData - Membres

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