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 SnapIns property returns the SnapIns object for the document. This property is read-only.
Syntax
Property SnapIns As SnapIns
Property value
The SnapIns collection for the document.
Examples
' Retrieve the SnapIns property.
Dim objSnapIns As MMC20.SnapIns
Set objSnapIns = objDoc.SnapIns
' Use the SnapIns collection.
'...
' Free collection when done.
Set objSnapIns = Nothing
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Document |