Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9673A35F-C03A-438D-BD7E-27D9E28AC184")> _
Public Interface IEnumPackages
'Usage
Dim instance As IEnumPackages
[InterfaceTypeAttribute()]
[GuidAttribute("9673A35F-C03A-438D-BD7E-27D9E28AC184")]
public interface IEnumPackages
[InterfaceTypeAttribute()]
[GuidAttribute(L"9673A35F-C03A-438D-BD7E-27D9E28AC184")]
public interface class IEnumPackages
public interface IEnumPackages