IVsComponentEnumeratorFactory 接口

定义

提供组件、程序集路径或包含引用的目录列表的枚举器。 可以从 SCompEnumService (SID_SCompEnumService) 服务获取接口的实例。

public interface class IVsComponentEnumeratorFactory
public interface class IVsComponentEnumeratorFactory
__interface IVsComponentEnumeratorFactory
[System.Runtime.InteropServices.Guid("332CEDEE-6610-11D3-85FD-00C04F6123B3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsComponentEnumeratorFactory
[<System.Runtime.InteropServices.Guid("332CEDEE-6610-11D3-85FD-00C04F6123B3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsComponentEnumeratorFactory = interface
Public Interface IVsComponentEnumeratorFactory
派生
属性

实施者说明

接口 IVsComponentEnumeratorFactory 通常由 IVsAddWebReferenceDlg 接口实现,用于枚举组件。

方法

GetComponents(String, Int32, Int32, IEnumComponents)

为包中的所有组件提供枚举器。

适用于