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
Initializes a new instance of the MethodData class.
Top
Methods
Name
Description
Update the current parameter, either forward or backward, by the specified amount.
Closes the method tip and clears the MethodData object.
Dismisses the method tip from view.
Frees any allocations made just before the MethodData object is destroyed.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Converts the current context span to a file position and length.
Returns the currently visible method signature.
Returns the current parameter being edited in the specified method signature.
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the specified text for the specified method signature.
Returns the number of method signatures that can be shown.
Returns the number of parameters available for the specified method signature.
Returns the specified parameter text for the specified method signature.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Moves to the next method signature and returns the index of the current method signature.
Called after the method tip is removed from view.
Moves to the previous method signature and returns the index of the current method signature.
Displays the method tip with the given method signatures.
Returns a string that represents the current object. (Inherited from Object.)
Updates the method tip display.
Top
Properties
Name
Description
Determines if the method tip is visible.
Determines the list of method signatures that can be displayed in the method tip.
Determines the method tip window as represented by an IVsMethodTipWindow interface.
Determines the service provider.
Determines the view the method tip is displayed on.
Top