Documents

Property of IApplication

Description

Open documents collection

Property type

Read-Only Property of type IBaseDocuments

Syntax

JavaScript

var pDocuments = Application.Documents;

Visual Basic Script

pDocuments = Application.Documents

C++

CComPtr<IBaseDocuments> pDocuments;
HRESULT hr = Application.get_Documents(&pDocuments);

See Also

IApplication