IVsMethodData Members
Include Protected Members
Include Inherited Members
Sets method data for the tip window.
The IVsMethodData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetContextStream | Returns the context stream for the tip. |
![]() |
GetCurMethod | Returns the current method number. |
![]() |
GetCurrentParameter | Returns the current parameter number. |
![]() |
GetMethodText | Returns a method return type, method name, or method description. |
![]() |
GetOverloadCount | Returns the number of overloaded methods. |
![]() |
GetParameterCount | Returns the total number of parameters in a specified method. |
![]() |
GetParameterText | Returns the name of a specified parameter for a specified method. |
![]() |
NextMethod | Returns the next method number. |
![]() |
OnDismiss | Dismisses the context. |
![]() |
PrevMethod | Returns the previous method number. |
![]() |
UpdateView | Updates the tip window when context or content has changed. |
Top