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
'Usage
Dim instance As IVsProvideComponentEnumeration
[GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
public interface IVsProvideComponentEnumeration
[GuidAttribute(L"4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
public interface class IVsProvideComponentEnumeration
public interface IVsProvideComponentEnumeration

See Also

Reference

IVsProvideComponentEnumeration Members

Microsoft.VisualStudio.Shell.Interop Namespace