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 | |
---|---|---|
GetAssociatedCapabilities | Gets the list of associated capabilities from the XML documentation (<capability> tags). | |
GetCompletionListText | Gets the text of a completion list. | |
GetCompletionListTextAt | Gets a value from a completion list. | |
GetDeprecation | Gets the deprecation data from the xml documentation (<deprecated> tag). | |
GetExceptionCount | Gets the number of exceptions. | |
GetExceptionTextAt | Gets the exception text from the specified location. | |
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 | Sets the specified options for XML member data elements. |
Top