IVsXMLMemberData5 Interface

Extracts information from XML documentation.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
<GuidAttribute("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsXMLMemberData5 _
    Inherits IVsXMLMemberData4
[GuidAttribute("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsXMLMemberData5 : IVsXMLMemberData4
[GuidAttribute(L"ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsXMLMemberData5 : IVsXMLMemberData4
[<GuidAttribute("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberData5 =  
    interface 
        interface IVsXMLMemberData4 
    end
public interface IVsXMLMemberData5 extends IVsXMLMemberData4

The IVsXMLMemberData5 type exposes the following members.

Methods

  Name Description
Public method GetAssociatedCapabilities Gets the list of associated capabilities from the XML documentation (<capability> tags).
Public method GetCompletionListText Gets the text of a completion list.
Public method GetCompletionListTextAt Gets a value from a completion list.
Public method GetDeprecation Gets the deprecation data from the xml documentation (<deprecated> tag).
Public method GetExceptionCount Gets the number of exceptions.
Public method GetExceptionTextAt Gets the exception text from the specified location.
Public method GetFilterPriority Gets the priority of a filter.
Public method GetParamCount Gets the number of parameters.
Public method GetParamTextAt Gets the text describing a specific parameter.
Public method GetPermissionSet Gets the permission set.
Public method GetRemarksText Gets remarks for an item.
Public method GetReturnsText Gets the description of return values for a method.
Public method GetSummaryText Gets the summary text for an item.
Public method GetTypeParamCount Gets the number of parameters for a type.
Public method GetTypeParamTextAt Gets the type of a specific parameter.
Public method SetOptions Sets the specified options for XML member data elements.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace