Range.Updates 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 CoAuthUpdates collection object that represents all the available updates in the range.
public:
property Microsoft::Office::Interop::Word::CoAuthUpdates ^ Updates { Microsoft::Office::Interop::Word::CoAuthUpdates ^ get(); };
public Microsoft.Office.Interop.Word.CoAuthUpdates Updates { get; }
member this.Updates : Microsoft.Office.Interop.Word.CoAuthUpdates
Public ReadOnly Property Updates As CoAuthUpdates
Property Value
A CoAuthUpdates collection object that represents all the available updates in the range.
Remarks
Read-only. Use this property to return the CoAuthUpdates collection.