MethodData Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdjustCurrentParameter(Int32) | Update the current parameter, either forward or backward, by the specified amount. |
![]() | Close() | Closes the method tip and clears the MethodData object. |
![]() | Dismiss() | Dismisses the method tip from view. |
![]() | Dispose() | Frees any allocations made just before the MethodData object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContextStream(Int32, Int32) | Converts the current context span to a file position and length. |
![]() | GetCurMethod() | Returns the currently visible method signature. |
![]() | GetCurrentParameter(Int32) | Returns the current parameter being edited in the specified method signature. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMethodText(Int32, MethodTextType) | Returns the specified text for the specified method signature. |
![]() | GetOverloadCount() | Returns the number of method signatures that can be shown. |
![]() | GetParameterCount(Int32) | Returns the number of parameters available for the specified method signature. |
![]() | GetParameterText(Int32, Int32, ParameterTextType) | Returns the specified parameter text for the specified method signature. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NextMethod() | Moves to the next method signature and returns the index of the current method signature. |
![]() | OnDismiss() | Called after the method tip is removed from view. |
![]() | PrevMethod() | Moves to the previous method signature and returns the index of the current method signature. |
![]() | Refresh(IVsTextView^, Methods^, Int32, TextSpan) | Displays the method tip with the given method signatures. |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateView() | Updates the method tip display. |

