IVsXMLMemberData Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetParamCount(Int32) | Gets the number of parameters for a member. |
![]() | GetParamTextAt(Int32, String, String) | Gets description of a specified parameter. |
![]() | GetRemarksText(String) | Gets remarks about a member. |
![]() | GetReturnsText(String) | Gets a description of the return value. |
![]() | GetSummaryText(String) | Gets summary text describing a member. |
The interface extracts text from the XML, honoring tags like <see> and <paramref>.
Show:
