IVsComponentEnumeratorFactory2 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. This interface extends IVsComponentEnumeratorFactory by taking a semicolon-delimited list of paths.
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. |
![]() | GetComponentsOfPath(String, Int32, Int32, String, IEnumComponents) | Enumerates the components on the local machine. |
The factory returns an IEnumComponents interface to use as an enumerator.
The IVsComponentEnumeratorFactory2 interface is often implemented by IVsAddWebReferenceDlg2 to enumerate the components.
Show:
