_Document.ReadOnly 属性

定义

确定是否无法将文档的更改保存到原始文档。

public:
 property bool ReadOnly { bool get(); };
public bool ReadOnly { get; }
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean

属性值

注解

如果对文档的更改无法保存到原始文档,则此属性返回 True ;如果可以,则返回 False

适用于