Range.Conflicts Property
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.
Gets a Conflicts collection object that contains all the conflict objects in the range.
public:
property Microsoft::Office::Interop::Word::Conflicts ^ Conflicts { Microsoft::Office::Interop::Word::Conflicts ^ get(); };
public Microsoft.Office.Interop.Word.Conflicts Conflicts { get; }
member this.Conflicts : Microsoft.Office.Interop.Word.Conflicts
Public ReadOnly Property Conflicts As Conflicts
Property Value
A Conflicts collection object that contains all the conflict objects in the range.
Remarks
Read-only. Use this property to return the Conflicts collection object for a document. Use Conflicts(Index
), where Index
is the conflict index number, to return a single Conflict object.