IEnumPackages Members
Include Protected Members
Include Inherited Members
Enumerator for the currently loaded VSPackages. You can get an instance of the interface through the GetPackageEnum method of the IVsShell interface.
The IEnumPackages type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones this IEnumPackages interface by creating another instance. | |
Next | Retrieves the next group of package interfaces (IVsPackage). | |
Reset | Returns the enumerator to its initial state. | |
Skip | Skip over a specified number of hierarchy interfaces. |
Top