DocumentLibraryVersions 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
DocumentLibraryVersions 对象表示对象的集合DocumentLibraryVersion。
public interface class DocumentLibraryVersions : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0388-0000-0000-C000-000000000046")]
public interface DocumentLibraryVersions : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0388-0000-0000-C000-000000000046")>]
type DocumentLibraryVersions = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface DocumentLibraryVersions
Implements _IMsoDispObj, IEnumerable
- 属性
- 实现
注解
Microsoft Office Word 2003 文档、Microsoft Office Excel 2003 工作簿和 Microsoft Office PowerPoint 2003 Presentation 对象的 DocumentLibraryVersions 属性返回 DocumentLibraryVersions 对象。
将 DocumentLibraryVersions 对象与存储在服务器上的 Windows SharePoint Services 文档库中的文档一起使用,以确定是否为活动文档启用版本控制,如果启用了版本控制,则用于管理文档的 DocumentLibraryVersion 对象的集合。
每个 DocumentLibraryVersion 对象表示活动文档的一个已保存版本。 启用版本控制后,发生下面列出的操作时,将在服务器上创建一个新版本:每次用户将更改保存到打开的文档时,都不会创建其他版本。
无论对活动文档启用还是禁用版本控制,都可使用 DocumentLibraryVersions 对象模型。 当活动文档未存储在文档库或未启用版本控制时,Document、Workbook 和 Presentation 对象的 DocumentLibraryVersions 属性不会返回 Nothing。 IsVersioningEnabled使用 属性可以确定每次在网站上编辑文档时,文档库是配置为保存备份副本还是版本。
属性
Application |
返回一个 Application 对象,该对象代表该对象的容器应用程序。 |
Count |
返回一个 Integer 类型的值,该值指示指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
IsVersioningEnabled |
返回一个 布尔 值,该值指示每次在网站上编辑文件时,是否将服务器上保存活动文档的文档库配置为创建备份副本或版本。 |
Item[Int32] | |
Parent |
返回指定对象的父对象。 |
方法
GetEnumerator() |
DocumentLibraryVersions 对象表示对象的集合DocumentLibraryVersion。 |