IEnumPackages Interface

 

Enumerator for the currently loaded VSPackages. You can get an instance of the interface through the GetPackageEnum method of the IVsShell interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("9673A35F-C03A-438D-BD7E-27D9E28AC184")]
public interface IEnumPackages

NameDescription
System_CAPS_pubmethodClone(IEnumPackages)

Clones this IEnumPackages interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsPackage[], UInt32)

Retrieves the next group of package interfaces (IVsPackage).

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of hierarchy interfaces.

Return to top
Show: