Extensions Collection object
The Extensions object is a collection of Extension objects.
Members
The Extensions Collection object has these types of members:
Methods
The Extensions Collection object has these methods.
Method | Description |
---|---|
Item | Retrieves the Extension object at a specified index. |
Properties
The Extensions Collection object has these properties.
Property | Description |
---|---|
Count |
Number of Extension objects in the collection. |
Examples
The Extensions collection supports the "For Each" enumeration syntax, as shown in the following example.
Dim objExt As MMC20.Extension
' objExts is an Extensions collection.
For Each objExt In objExts
' Use the Extension object.
MsgBox (objExt.Name)
Next
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Extensions is defined as 82DBEA43-8CA4-44bc-A2CA-D18741059EC8 |