Share via


ProtectedViewWindow.Document Property

Gets a Document object associated with the protected view window.

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

Syntax

'Declaration
ReadOnly Property Document As Document
    Get
'Usage
Dim instance As ProtectedViewWindow
Dim value As Document

value = instance.Document
Document Document { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Document
A Document object associated with the protected view window.

Remarks

Read-only.

See Also

Reference

ProtectedViewWindow Interface

ProtectedViewWindow Members

Microsoft.Office.Interop.Word Namespace