_Application.ThreeWayMerge(Document, Document, Document, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reserved for internal use.
public:
void ThreeWayMerge(Microsoft::Office::Interop::Word::Document ^ LocalDocument, Microsoft::Office::Interop::Word::Document ^ ServerDocument, Microsoft::Office::Interop::Word::Document ^ BaseDocument, bool FavorSource);
public 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
Public Sub ThreeWayMerge (LocalDocument As Document, ServerDocument As Document, BaseDocument As Document, FavorSource As Boolean)
Parameters
- LocalDocument
- Document
- ServerDocument
- Document
- BaseDocument
- Document
- FavorSource
- Boolean