Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Views property returns the Views object for the document. This property is read-only.
Syntax
Property Views As Views
Property value
The Views collection for the document.
Examples
' Retrieve the Views property.
Dim objViews As MMC20.Views
Set objViews = objDoc.Views
' Use the Views collection.
'...
' Free collection when done.
Set objViews = Nothing
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Document |