Range.Updates 属性

定义

获取一个 CoAuthUpdates 集合对象,该对象表示范围中的所有可用更新。

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

属性值

一个 CoAuthUpdates 集合对象,该对象表示范围中的所有可用更新。

注解

此为只读属性。 使用此属性可返回 CoAuthUpdates 集合。

适用于