Template.Saved 属性

定义

如果指定的文档或模板自上次保存以来未更改,则该属性值为 True 如果 Microsoft Word 显示文档关闭时保存更改的提示。

public:
 property bool Saved { bool get(); void set(bool value); };
public bool Saved { get; set; }
member this.Saved : bool with get, set
Public Property Saved As Boolean

属性值

适用于