RecentFiles 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示最近使用过的文件的 对象的集合 RecentFile 。 在集合 中的各 项显示在 文件菜单的底部。
public interface class RecentFiles : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020963-0000-0000-C000-000000000046")]
public interface RecentFiles : System.Collections.IEnumerable
type RecentFiles = interface
interface IEnumerable
Public Interface RecentFiles
Implements IEnumerable
- 属性
- 实现
注解
RecentFiles使用 属性可返回 RecentFiles 集合。
使用 Add 方法添加到集合 中的各 文件。
使用 RecentFiles (index
) (其中 index
是索引号)可返回单个 RecentFile 对象。 索引序号代表该文件在 文件菜单上的位置。
SaveAs(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)和 Open(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 方法包括一个AddToRecentFiles
参数,该参数控制在打开或保存文件时是否将文件添加到最近使用的文件列表中。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Maximum |
返回或设置在文件菜单上最近使用的文件可以显示的最大数目。 可以是从 0 (零) 到 9 的数字。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(Object, Object) |
返回一个 RecentFile 对象,该对象表示添加到最近使用的文件列表的文件。 |
GetEnumerator() |
表示最近使用过的文件的 对象的集合 RecentFile 。 在集合 中的各 项显示在 文件菜单的底部。 |