ProtectedViewWindows.Count Property

Gets the number of protected view windows in the collection.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As ProtectedViewWindows
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
The number of protected view windows in the collection.

Remarks

Read-only.

See Also

Reference

ProtectedViewWindows Interface

ProtectedViewWindows Members

Microsoft.Office.Interop.Word Namespace