IVsXMLMemberData3 Members
Include Protected Members
Include Inherited Members
Extracts information about a member from an XML representation. Extends, but does not inherit from, IVsXMLMemberData. Query an object returning IVsXMLMemberData to see if it supports IVsXMLMemberData3.
The IVsXMLMemberData3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCompletionListText | Gets the text of a completion list. | |
GetCompletionListTextAt | Gets a value from a completion list | |
GetExceptionCount | Gets the number of exceptions. | |
GetExceptionTextAt | ||
GetFilterPriority | Gets the priority of a filter. | |
GetParamCount | Gets the number of parameters. | |
GetParamTextAt | Gets the text describing a specific parameter. | |
GetPermissionSet | Gets the permission set. | |
GetRemarksText | Gets remarks for an item. | |
GetReturnsText | Gets the description of return values for a method. | |
GetSummaryText | Gets the summary text for an item. | |
GetTypeParamCount | Gets the number of parameters for a type. | |
GetTypeParamTextAt | Gets the type of a specific parameter. | |
SetOptions |
Top