Share via


Application.Documents Property

Visio Automation Reference

Returns the Documents collection for a Microsoft Office Visio instance. Read-only.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Documents

expression   A variable that represents an Application object.

Return Value
Documents

Remarks

You can iterate through a Documents collection by using the Count property to retrieve the number of documents in the collection. You can use the Item property to retrieve individual elements from a collection.

See Also