Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
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.
The IVsXMLMemberData type exposes the following members.
Methods
Name
Description
Gets the number of parameters for a member.
Gets description of a specified parameter.
Gets remarks about a member.
Gets a description of the return value.
Gets summary text describing a member.
Top