IVsComponentEnumeratorFactory4 Interface

Enumerates the components in accordance with extensible multi-targeting.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("8F18FE7E-ACB7-4031-AAE5-039B49DF5191")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsComponentEnumeratorFactory4
[GuidAttribute("8F18FE7E-ACB7-4031-AAE5-039B49DF5191")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComponentEnumeratorFactory4
[GuidAttribute(L"8F18FE7E-ACB7-4031-AAE5-039B49DF5191")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsComponentEnumeratorFactory4
[<GuidAttribute("8F18FE7E-ACB7-4031-AAE5-039B49DF5191")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsComponentEnumeratorFactory4 =  interface end
public interface IVsComponentEnumeratorFactory4

The IVsComponentEnumeratorFactory4 type exposes the following members.

Methods

  Name Description
Public method GetReferencePathsForTargetFramework Provides an enumerator for the reference paths to the specified target framework.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace