Share via


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

Public method

GetContextStream

Returns the context stream for the tip.

Public method

GetCurMethod

Returns the current method number.

Public method

GetCurrentParameter

Returns the current parameter number.

Public method

GetMethodText

Returns a method return type, method name, or method description.

Public method

GetOverloadCount

Returns the number of overloaded methods.

Public method

GetParameterCount

Returns the total number of parameters in a specified method.

Public method

GetParameterText

Returns the name of a specified parameter for a specified method.

Public method

NextMethod

Returns the next method number.

Public method

OnDismiss

Dismisses the context.

Public method

PrevMethod

Returns the previous method number.

Public method

UpdateView

Updates the tip window when context or content has changed.

Top

See Also

Reference

IVsMethodData Interface

Microsoft.VisualStudio.TextManager.Interop Namespace