ProtectedViewWindows 接口

定义

当前在 2010 Word打开的所有ProtectedViewWindow对象的集合。

public interface class ProtectedViewWindows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FD0A74E8-C719-49F6-BA1B-F6D9839D1AB9")]
public interface ProtectedViewWindows : System.Collections.IEnumerable
type ProtectedViewWindows = interface
    interface IEnumerable
Public Interface ProtectedViewWindows
Implements IEnumerable
属性
实现

注解

在受保护的视图窗口中显示的文档无法编辑,并限制其运行活动内容(如宏和数据连接)。

使用 ProtectedViewWindows (Index) ,其中 Index 是返回单个 ProtectedViewWindow 对象的索引号。

属性

Application

获取表示 Application Microsoft Word 应用程序的 对象。

Count

获取集合中受保护的视图窗口数。

Creator

获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。

Item[Object]

返回集合中的单个对象, ProtectedViewWindows

Parent

获取表示 Object 指定 ProtectedViewWindows 对象的父对象的 。

方法

GetEnumerator()

当前在 2010 Word打开的所有ProtectedViewWindow对象的集合。

Open(Object, Object, Object, Object, Object)

在新的受保护的视图窗口中打开指定文档。

适用于