MethodData Members
Include Protected Members
Include Inherited Members
Provides support for the IntelliSense method tip operation.
The MethodData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MethodData | Initializes a new instance of the MethodData class. |
Top
Methods
Name | Description | |
---|---|---|
AdjustCurrentParameter | 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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetContextStream | Converts the current context span to a file position and length. | |
GetCurMethod | Returns the currently visible method signature. | |
GetCurrentParameter | Returns the current parameter being edited in the specified method signature. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMethodText | Returns the specified text for the specified method signature. | |
GetOverloadCount | Returns the number of method signatures that can be shown. | |
GetParameterCount | Returns the number of parameters available for the specified method signature. | |
GetParameterText | Returns the specified parameter text for the specified method signature. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (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 | Displays the method tip with the given method signatures. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
UpdateView | Updates the method tip display. |
Top
Properties
Name | Description | |
---|---|---|
IsDisplayed | Determines if the method tip is visible. | |
Methods | Determines the list of method signatures that can be displayed in the method tip. | |
MethodTipWindow | Determines the method tip window as represented by an IVsMethodTipWindow interface. | |
Provider | Determines the service provider. | |
TextView | Determines the view the method tip is displayed on. |
Top