IVsProvideComponentEnumeration 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将字符串中的 XML 文档写入文件。 枚举器接口的支持接口。 可以从 SCompEnumService (SID_SCompEnumService) 服务获取此接口的实例。
public interface class IVsProvideComponentEnumeration
public interface class IVsProvideComponentEnumeration
__interface IVsProvideComponentEnumeration
[System.Runtime.InteropServices.Guid("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IVsProvideComponentEnumeration
[<System.Runtime.InteropServices.Guid("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IVsProvideComponentEnumeration = interface
Public Interface IVsProvideComponentEnumeration
- 属性
方法
| WriteXMLToFile(String, String) |
将 XML 输出字符串写入文件。 |