_Application.ProtectedViewWindows 属性

定义

获取一个 ProtectedViewWindows 集合,该集合表示在应用程序中打开的所有受保护的视图窗口。

public:
 property Microsoft::Office::Interop::Excel::ProtectedViewWindows ^ ProtectedViewWindows { Microsoft::Office::Interop::Excel::ProtectedViewWindows ^ get(); };
public Microsoft.Office.Interop.Excel.ProtectedViewWindows ProtectedViewWindows { get; }
Public ReadOnly Property ProtectedViewWindows As ProtectedViewWindows

属性值

一个 ProtectedViewWindows 集合,表示在应用程序中打开的所有受保护的视图窗口。

注解

此为只读属性。

适用于