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)

[GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")]
[InterfaceTypeAttribute(1)]
public interface IVsXMLMemberData

NameDescription
System_CAPS_pubmethodGetParamCount(Int32)

Gets the number of parameters for a member.

System_CAPS_pubmethodGetParamTextAt(Int32, String, String)

Gets description of a specified parameter.

System_CAPS_pubmethodGetRemarksText(String)

Gets remarks about a member.

System_CAPS_pubmethodGetReturnsText(String)

Gets a description of the return value.

System_CAPS_pubmethodGetSummaryText(String)

Gets summary text describing a member.

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

Return to top
Show: