IVsXMLMemberIndex Interface

Creates an index of members in XML documents corresponding to metadata files. Implemented by the environment. Returned by the CreateXMLMemberIndex method of the IVsXMLMemberIndexService interface.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F9C06C61-207B-41D5-9CA2-690B3AE01083")> _
Public Interface IVsXMLMemberIndex
'Usage
Dim instance As IVsXMLMemberIndex
[InterfaceTypeAttribute()]
[GuidAttribute("F9C06C61-207B-41D5-9CA2-690B3AE01083")]
public interface IVsXMLMemberIndex
[InterfaceTypeAttribute()]
[GuidAttribute(L"F9C06C61-207B-41D5-9CA2-690B3AE01083")]
public interface class IVsXMLMemberIndex
public interface IVsXMLMemberIndex

Remarks

This method provides convenient access to large metadata files without needing to use the full XML parser.

See Also

Reference

IVsXMLMemberIndex Members

Microsoft.VisualStudio.Shell.Interop Namespace