IVsComponentEnumeratorFactory3 Members
Include Protected Members
Include Inherited Members
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.
The IVsComponentEnumeratorFactory3 type exposes the following members.
Methods
Name
Description
Provides an enumerator for all of the components in a package.
Top