Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 809 Bytes

Word.ProtectedViewWindows.md

File metadata and controls

37 lines (21 loc) · 809 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
ProtectedViewWindows object (Word)
Word.ProtectedViewWindows
62c2f4d5-1080-548e-730b-388308144dfe
06/08/2017
medium

ProtectedViewWindows object (Word)

A collection of all the ProtectedViewWindow objects that are currently open in Word.

Remarks

Use the ProtectedViewWindows property to return the ProtectedViewWindows collection.

Example

The following code example displays the number of Protected View windows that are open.

MsgBox "There are " & ProtectedViewWindows.Count & _ 
 " Protected View windows currently open."

See also

Word Object Model Reference

[!includeSupport and feedback]