Extracts information out of XML documentation.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("60721047-D8B3-4FF2-B963-D4D1F3102F77")> _
Public Interface IVsXMLMemberData4 _
    Inherits IVsXMLMemberData3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("60721047-D8B3-4FF2-B963-D4D1F3102F77")]
public interface IVsXMLMemberData4 : IVsXMLMemberData3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"60721047-D8B3-4FF2-B963-D4D1F3102F77")]
public interface class IVsXMLMemberData4 : IVsXMLMemberData3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("60721047-D8B3-4FF2-B963-D4D1F3102F77")>]
type IVsXMLMemberData4 =  
    interface 
        interface IVsXMLMemberData3 
    end
public interface IVsXMLMemberData4 extends IVsXMLMemberData3
The IVsXMLMemberData4 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetAssociatedCapabilities | Gets the list of associated capabilities from the XML documentation (<capability> tags). | 
| .gif) | GetCompletionListText | Gets the text of a completion list. | 
| .gif) | GetCompletionListTextAt | Gets a value from a completion list. | 
| .gif) | GetExceptionCount | Gets the number of exceptions. | 
| .gif) | GetExceptionTextAt | Gets the exception text from the specified location. | 
| .gif) | GetFilterPriority | Gets the priority of a filter. | 
| .gif) | GetParamCount | Gets the number of parameters. | 
| .gif) | GetParamTextAt | Gets the text describing a specific parameter. | 
| .gif) | GetPermissionSet | Gets the permission set. | 
| .gif) | GetRemarksText | Gets remarks for an item. | 
| .gif) | GetReturnsText | Gets the description of return values for a method. | 
| .gif) | GetSummaryText | Gets the summary text for an item. | 
| .gif) | GetTypeParamCount | Gets the number of parameters for a type. | 
| .gif) | GetTypeParamTextAt | Gets the type of a specific parameter. | 
| .gif) | SetOptions | Sets the specified options for XML member data elements. | 
Top