ApplicationClass.ThreeWayMerge(Document, Document, Document, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- LocalDocument
- Document
- ServerDocument
- Document
- BaseDocument
- Document
- FavorSource
- Boolean