IVsXMLMemberData4 Interface
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 | |
---|---|---|
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. | |
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