IVsXMLMemberData5 Methods

 

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

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_pubmethodGetDeprecation()

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

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: