_Document.Compare2002 Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Compare2002 ( _
Name As String, _
ByRef AuthorName As Object, _
ByRef CompareTarget As Object, _
ByRef DetectFormatChanges As Object, _
ByRef IgnoreAllComparisonWarnings As Object, _
ByRef AddToRecentFiles As Object _
)
'Usage
Dim instance As _Document
Dim Name As String
Dim AuthorName As Object
Dim CompareTarget As Object
Dim DetectFormatChanges As Object
Dim IgnoreAllComparisonWarnings As Object
Dim AddToRecentFiles As Object
instance.Compare2002(Name, AuthorName, _
CompareTarget, DetectFormatChanges, _
IgnoreAllComparisonWarnings, AddToRecentFiles)
void Compare2002(
string Name,
ref Object AuthorName,
ref Object CompareTarget,
ref Object DetectFormatChanges,
ref Object IgnoreAllComparisonWarnings,
ref Object AddToRecentFiles
)
Parameters
- Name
Type: System.String
- AuthorName
Type: System.Object%
- CompareTarget
Type: System.Object%
- DetectFormatChanges
Type: System.Object%
- IgnoreAllComparisonWarnings
Type: System.Object%
- AddToRecentFiles
Type: System.Object%