IXMLDOMCDATASection.deleteData - Méthode (Int32, Int32)
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.SemiTrust
Assembly : Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntaxe
'Déclaration
Sub deleteData ( _
offset As Integer, _
count As Integer _
)
'Utilisation
Dim instance As IXMLDOMCDATASection
Dim offset As Integer
Dim count As Integer
instance.deleteData(offset, count)
void deleteData(
int offset,
int count
)
Paramètres
- offset
Type : System.Int32
- count
Type : System.Int32
Implémentations
IXMLDOMText.deleteData(Int32, Int32)
IXMLDOMCharacterData.deleteData(Int32, Int32)
Voir aussi
Référence
Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms