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 |