ICustomXMLPartEvents.NodeAfterReplace Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réservé à une utilisation interne.
public:
void NodeAfterReplace(Microsoft::Office::Core::CustomXMLNode ^ OldNode, Microsoft::Office::Core::CustomXMLNode ^ NewNode, bool InUndoRedo);
public void NodeAfterReplace (Microsoft.Office.Core.CustomXMLNode OldNode, Microsoft.Office.Core.CustomXMLNode NewNode, bool InUndoRedo);
abstract member NodeAfterReplace : Microsoft.Office.Core.CustomXMLNode * Microsoft.Office.Core.CustomXMLNode * bool -> unit
Public Sub NodeAfterReplace (OldNode As CustomXMLNode, NewNode As CustomXMLNode, InUndoRedo As Boolean)
Paramètres
- OldNode
- CustomXMLNode
- NewNode
- CustomXMLNode
- InUndoRedo
- Boolean