IXMLDOMText.replaceChild - Méthode (IXMLDOMNode, IXMLDOMNode)
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
Function replaceChild ( _
newChild As IXMLDOMNode, _
oldChild As IXMLDOMNode _
) As IXMLDOMNode
'Utilisation
Dim instance As IXMLDOMText
Dim newChild As IXMLDOMNode
Dim oldChild As IXMLDOMNode
Dim returnValue As IXMLDOMNode
returnValue = instance.replaceChild(newChild, _
oldChild)
IXMLDOMNode replaceChild(
IXMLDOMNode newChild,
IXMLDOMNode oldChild
)
Paramètres
- newChild
Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
- oldChild
Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Valeur renvoyée
Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Implémentations
IXMLDOMCharacterData.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMNode.replaceChild(IXMLDOMNode, IXMLDOMNode)
Voir aussi
Référence
Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms