Share via


IVsXMLMemberData Interface

Extracts information about a member from an XML representation. Returned by the GetMemberDataFromXML method of the IVsXMLMemberIndexService interface. You can get an instance of that interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")> _
Public Interface IVsXMLMemberData
'Utilisation
Dim instance As IVsXMLMemberData
[InterfaceTypeAttribute()]
[GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")]
public interface IVsXMLMemberData
[InterfaceTypeAttribute()]
[GuidAttribute(L"05EC0018-FB7F-4492-9F91-21245C5A3D15")]
public interface class IVsXMLMemberData
public interface IVsXMLMemberData

Remarks

The interface extracts text from the XML, honoring tags like <see> and <paramref>.

See Also

Reference

IVsXMLMemberData Members

Microsoft.VisualStudio.Shell.Interop Namespace