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

‘선언
<GuidAttribute("4DF7BBA0-660F-11D3-85FD-00C04F6123B3")> _
Public Interface IVsProvideComponentEnumeration
‘사용 방법
Dim instance As 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

See Also

Reference

IVsProvideComponentEnumeration Members

Microsoft.VisualStudio.Shell.Interop Namespace