IVsComponentEnumeratorFactory3 Interface
Visual Studio 2005
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 the functionality of IVsComponentEnumeratorFactory2 by creating an enumerator that also returns runtime information. It does not, however, inherit from IVsComponentEnumeratorFactory2.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[GuidAttribute("0C2B582A-DDB2-440C-A777-3D46C3502337")] [InterfaceTypeAttribute(1)] public interface IVsComponentEnumeratorFactory3
/** @attribute GuidAttribute("0C2B582A-DDB2-440C-A777-3D46C3502337") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsComponentEnumeratorFactory3
GuidAttribute("0C2B582A-DDB2-440C-A777-3D46C3502337") InterfaceTypeAttribute(1) public interface IVsComponentEnumeratorFactory3
The factory returns an IEnumComponents interface to use as an enumerator.