ApplicationClass.ThreeWayMerge(Document, Document, Document, Boolean) 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.
public:
virtual void ThreeWayMerge(Microsoft::Office::Interop::Word::Document ^ LocalDocument, Microsoft::Office::Interop::Word::Document ^ ServerDocument, Microsoft::Office::Interop::Word::Document ^ BaseDocument, bool FavorSource) = Microsoft::Office::Interop::Word::_Application::ThreeWayMerge;
public virtual void ThreeWayMerge (Microsoft.Office.Interop.Word.Document LocalDocument, Microsoft.Office.Interop.Word.Document ServerDocument, Microsoft.Office.Interop.Word.Document BaseDocument, bool FavorSource);
abstract member ThreeWayMerge : Microsoft.Office.Interop.Word.Document * Microsoft.Office.Interop.Word.Document * Microsoft.Office.Interop.Word.Document * bool -> unit
override this.ThreeWayMerge : Microsoft.Office.Interop.Word.Document * Microsoft.Office.Interop.Word.Document * Microsoft.Office.Interop.Word.Document * bool -> unit
Public Overridable Sub ThreeWayMerge (LocalDocument As Document, ServerDocument As Document, BaseDocument As Document, FavorSource As Boolean)
Paramètres
- LocalDocument
- Document
- ServerDocument
- Document
- BaseDocument
- Document
- FavorSource
- Boolean