IVsMethodData Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodGetContextStream(Int32, Int32)

Returns the context stream for the tip.

System_CAPS_pubmethodGetCurMethod()

Returns the current method number.

System_CAPS_pubmethodGetCurrentParameter(Int32)

Gets the current parameter number of the specified method.

System_CAPS_pubmethodGetMethodText(Int32, MethodTextType)

Gets a method return type, method name, or method description.

System_CAPS_pubmethodGetOverloadCount()

Returns the number of overloaded methods.

System_CAPS_pubmethodGetParameterCount(Int32)

Returns the total number of parameters in a specified method.

System_CAPS_pubmethodGetParameterText(Int32, Int32, ParameterTextType)

Gets the text, usually the name, of a specified parameter for a specified method.

System_CAPS_pubmethodNextMethod()

Gets the next method number.

System_CAPS_pubmethodOnDismiss()

Dismisses the context.

System_CAPS_pubmethodPrevMethod()

Gets the previous method number.

System_CAPS_pubmethodUpdateView()

Updates the tip window when context or content has changed.

Return to top
Show: