IEnumPackages Interface
Visual Studio 2015
Enumerator for the currently loaded VSPackages. You can get an instance of the interface through the GetPackageEnum method of the IVsShell interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumPackages) | Clones this IEnumPackages interface by creating another instance. |
![]() | Next(UInt32, IVsPackage[], UInt32) | Retrieves the next group of package interfaces (IVsPackage). |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of hierarchy interfaces. |
Show:
