IVsComponentEnumeratorFactory Interface
Visual Studio 2015
Provides an enumerator for components, assembly paths, or a list of directories containing references. You can get an instance of the interface from the SCompEnumService (SID_SCompEnumService) service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetComponents(String, Int32, Int32, IEnumComponents) | Provides an enumerator for all of the components in a package. |
Notes to Implementers:
The IVsComponentEnumeratorFactory interface is often implemented by the IVsAddWebReferenceDlg interface to enumerate the components.
Show:
