IVsXMLMemberData5 Interface

Definition

Extracts information from XML documentation.

public interface class IVsXMLMemberData5 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData4
public interface class IVsXMLMemberData5 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData4
__interface IVsXMLMemberData5 : Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberData4
[System.Runtime.InteropServices.Guid("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsXMLMemberData5 : Microsoft.VisualStudio.Shell.Interop.IVsXMLMemberData4
[<System.Runtime.InteropServices.Guid("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberData5 = interface
    interface IVsXMLMemberData4
[<System.Runtime.InteropServices.Guid("ABF5E2FB-3F36-4B99-B384-BDF85D598C6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberData5 = interface
    interface IVsXMLMemberData4
    interface IVsXMLMemberData3
Public Interface IVsXMLMemberData5
Implements IVsXMLMemberData4
Derived
Attributes
Implements

Methods

GetAssociatedCapabilities()

Gets the list of associated capabilities from the XML documentation (<capability> tags).

GetCompletionListText(String)

Gets the text of a completion list.

GetCompletionListTextAt(Int32, String)

Gets a value from a completion list.

GetDeprecation()

Gets the deprecation data from the xml documentation (<deprecated> tag).

GetExceptionCount(Int32)

Gets the number of exceptions.

GetExceptionTextAt(Int32, String, String)

Gets the exception text from the specified location.

GetFilterPriority(Int32)

Gets the priority of a filter.

GetParamCount(Int32)

Gets the number of parameters.

GetParamTextAt(Int32, String, String)

Gets the text describing a specific parameter.

GetPermissionSet(String)

Gets the permission set.

GetRemarksText(String)

Gets remarks for an item.

GetReturnsText(String)

Gets the description of return values for a method.

GetSummaryText(String)

Gets the summary text for an item.

GetTypeParamCount(Int32)

Gets the number of parameters for a type.

GetTypeParamTextAt(Int32, String, String)

Gets the type of a specific parameter.

SetOptions(UInt32)

Sets the specified options for XML member data elements.

Applies to