Property of IApplication
Open documents collection
Read-Only Property of type IBaseDocuments
var pDocuments = Application.Documents;
pDocuments = Application.Documents
CComPtr<IBaseDocuments> pDocuments; HRESULT hr = Application.get_Documents(&pDocuments);