IVsComponentEnumeratorFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供组件、程序集路径或包含引用的目录列表的枚举器。 可以从 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) |
为包中的所有组件提供枚举器。 |