Share via


_Application.ProtectedViewWindows Property

Gets a ProtectedViewWindows collection that represents all protected view windows.

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

Syntax

'Declaration
ReadOnly Property ProtectedViewWindows As ProtectedViewWindows
    Get
'Usage
Dim instance As _Application
Dim value As ProtectedViewWindows

value = instance.ProtectedViewWindows
ProtectedViewWindows ProtectedViewWindows { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ProtectedViewWindows
A ProtectedViewWindows object.

Remarks

Read-only.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace