IVsXMLMemberIndexService Interface

Definition

Enables access to XML documentation corresponding to given metadata files. You can get an instance of the interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service.

public interface class IVsXMLMemberIndexService
public interface class IVsXMLMemberIndexService
__interface IVsXMLMemberIndexService
[System.Runtime.InteropServices.Guid("D31E676B-D416-4DA7-977E-20E00AAE1118")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsXMLMemberIndexService
[System.Runtime.InteropServices.Guid("D31E676B-D416-4DA7-977E-20E00AAE1118")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsXMLMemberIndexService
[<System.Runtime.InteropServices.Guid("D31E676B-D416-4DA7-977E-20E00AAE1118")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsXMLMemberIndexService = interface
[<System.Runtime.InteropServices.Guid("D31E676B-D416-4DA7-977E-20E00AAE1118")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberIndexService = interface
Public Interface IVsXMLMemberIndexService
Attributes

Remarks

Use of this service is straightforward. First, query for the index service. Then, for each metadata file you want XML for, call CreateXMLMemberIndex with the fully qualified name of the metadata file. The service locates the appropriate XML file based on locale, etc., and returns a member index.

Methods

CreateXMLMemberIndex(String, IVsXMLMemberIndex)

Creates a member index object for the given metadata binary.

GetMemberDataFromXML(String, IVsXMLMemberData)

Retrieves XML for a member based on a segment of XML.

Applies to