IVsComponentEnumeratorFactory3 Interface

Definition

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.

public interface class IVsComponentEnumeratorFactory3
public interface class IVsComponentEnumeratorFactory3
__interface IVsComponentEnumeratorFactory3
[System.Runtime.InteropServices.Guid("0C2B582A-DDB2-440C-A777-3D46C3502337")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsComponentEnumeratorFactory3
[<System.Runtime.InteropServices.Guid("0C2B582A-DDB2-440C-A777-3D46C3502337")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsComponentEnumeratorFactory3 = interface
Public Interface IVsComponentEnumeratorFactory3
Attributes

Remarks

The factory returns an IEnumComponents interface to use as an enumerator.

Methods

GetComponentsOfPathEx(String, Int32, Int32, UInt32, String, IEnumComponents)

Provides an enumerator for all of the components in a package.

Applies to