ApplicationClass.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.
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)
Parameters
- LocalDocument
- Document
- ServerDocument
- Document
- BaseDocument
- Document
- FavorSource
- Boolean