Windows.CompareSideBySideWith(Object) 方法

定义

以并排模式打开两个窗口。

public:
 bool CompareSideBySideWith(System::Object ^ % Document);
public bool CompareSideBySideWith (ref object Document);
abstract member CompareSideBySideWith : obj -> bool
Public Function CompareSideBySideWith (ByRef Document As Object) As Boolean

参数

Document
Object

必需的 对象。 在并排窗口中查看的文档。

返回

注解

不能将 CompareSideBySideWith 方法与 对象或 ActiveDocument 属性一起使用Application

适用于