This topic has not yet been rated - Rate this topic

Documents Object (Visio)

Published: July 16, 2012

Includes a Document object for each open document in a Microsoft Visio instance.

To retrieve a Documents collection, use the Documents property of an Application object.

The default property of a Documents collection is Item.

If your Visual Studio solution includes the Microsoft.Office.Interop.Visio reference, this collection maps to the following types:

  • Microsoft.Office.Interop.Visio.IVDocuments.GetEnumerator() (to enumerate the Document objects.)

  • Microsoft.Office.Interop.Visio.IVDocuments (to access the collection.)

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.