IVsMethodData Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetContextStream(Int32, Int32) | Returns the context stream for the tip. |
![]() | GetCurMethod() | Returns the current method number. |
![]() | GetCurrentParameter(Int32) | Gets the current parameter number of the specified method. |
![]() | GetMethodText(Int32, MethodTextType) | Gets a method return type, method name, or method description. |
![]() | GetOverloadCount() | Returns the number of overloaded methods. |
![]() | GetParameterCount(Int32) | Returns the total number of parameters in a specified method. |
![]() | GetParameterText(Int32, Int32, ParameterTextType) | Gets the text, usually the name, of a specified parameter for a specified method. |
![]() | NextMethod() | Gets the next method number. |
![]() | OnDismiss() | Dismisses the context. |
![]() | PrevMethod() | Gets the previous method number. |
![]() | UpdateView() | Updates the tip window when context or content has changed. |
Show:
