Conflicts Interface

A collection of Conflict objects that represents the conflicts in a document. The type of a Conflict object is specified by the WdRevisionType enumeration.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("C2B83A65-B061-4469-83B6-8877437CB8A0")> _
Public Interface Conflicts _
    Inherits IEnumerable
'Usage
Dim instance As Conflicts
[GuidAttribute("C2B83A65-B061-4469-83B6-8877437CB8A0")]
public interface Conflicts : IEnumerable

Remarks

Use the Conflicts property to return the Conflicts collection for a document. Use Conflicts(Index), where Index is the conflict index number, to return a single Conflict object.

See Also

Reference

Conflicts Members

Microsoft.Office.Interop.Word Namespace