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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("60721047-D8B3-4FF2-B963-D4D1F3102F77")]
public interface IVsXMLMemberData4 : IVsXMLMemberData3

NameDescription
System_CAPS_pubmethodGetAssociatedCapabilities()

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

System_CAPS_pubmethodGetCompletionListText(String)

Gets the text of a completion list.

System_CAPS_pubmethodGetCompletionListTextAt(Int32, String)

Gets a value from a completion list.

System_CAPS_pubmethodGetExceptionCount(Int32)

Gets the number of exceptions.

System_CAPS_pubmethodGetExceptionTextAt(Int32, String, String)

Gets the exception text from the specified location.

System_CAPS_pubmethodGetFilterPriority(Int32)

Gets the priority of a filter.

System_CAPS_pubmethodGetParamCount(Int32)

Gets the number of parameters.

System_CAPS_pubmethodGetParamTextAt(Int32, String, String)

Gets the text describing a specific parameter.

System_CAPS_pubmethodGetPermissionSet(String)

Gets the permission set.

System_CAPS_pubmethodGetRemarksText(String)

Gets remarks for an item.

System_CAPS_pubmethodGetReturnsText(String)

Gets the description of return values for a method.

System_CAPS_pubmethodGetSummaryText(String)

Gets the summary text for an item.

System_CAPS_pubmethodGetTypeParamCount(Int32)

Gets the number of parameters for a type.

System_CAPS_pubmethodGetTypeParamTextAt(Int32, String, String)

Gets the type of a specific parameter.

System_CAPS_pubmethodSetOptions(UInt32)

Sets the specified options for XML member data elements.

Return to top
Show: