_Application.Documents Property

Returns a Documents collection that represents all the open documents.

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

Syntax

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

value = instance.Documents
Documents Documents { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Documents

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace