ProtectedViewWindows Interface

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("FD0A74E8-C719-49F6-BA1B-F6D9839D1AB9")> _
Public Interface ProtectedViewWindows _
    Inherits IEnumerable
'Usage
Dim instance As ProtectedViewWindows
[GuidAttribute("FD0A74E8-C719-49F6-BA1B-F6D9839D1AB9")]
public interface ProtectedViewWindows : IEnumerable

Remarks

Documents displayed in a protected view window cannot be edited and are restricted from running active content such as macros and data connections.

Use ProtectedViewWindows(Index), where Index is the index number to return a single ProtectedViewWindow object.

See Also

Reference

ProtectedViewWindows Members

Microsoft.Office.Interop.Word Namespace