CoAuthoring.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 that represents all the conflicts in a document.
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 that represents all the conflicts in a document.
Remarks
Read-only.