Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A collection of all the ProtectedViewWindow objects that are currently open in Word 2010.
Version Information
Version Added: Word 2010
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."