IVsProvideComponentEnumeration Interface

Definition

Writes an XML document in a string out to a file. A support interface for enumerator interfaces. You can get an instance of this interface from the SCompEnumService (SID_SCompEnumService) service.

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")]
public interface IVsProvideComponentEnumeration
[<System.Runtime.InteropServices.Guid("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IVsProvideComponentEnumeration = interface
[<System.Runtime.InteropServices.Guid("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")>]
type IVsProvideComponentEnumeration = interface
Public Interface IVsProvideComponentEnumeration
Attributes

Methods

WriteXMLToFile(String, String)

Writes a string of XML out to a file.

Applies to