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)

[TypeLibTypeAttribute(4160)]
[GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")]
public interface IVsProvideComponentEnumeration

NameDescription
System_CAPS_pubmethodWriteXMLToFile(String, String)

Writes a string of XML out to a file.

Return to top
Show: