IVsProvideComponentEnumeration Interface

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.

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

Syntax

'Declaration
<GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")> _
Public Interface IVsProvideComponentEnumeration
[GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
public interface IVsProvideComponentEnumeration
[GuidAttribute(L"4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
public interface class IVsProvideComponentEnumeration
[<GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")>]
type IVsProvideComponentEnumeration =  interface end
public interface IVsProvideComponentEnumeration

The IVsProvideComponentEnumeration type exposes the following members.

Methods

  Name Description
Public method WriteXMLToFile Writes a string of XML out to a file.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace