MethodData Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodAdjustCurrentParameter(Int32)

Update the current parameter, either forward or backward, by the specified amount.

System_CAPS_pubmethodClose()

Closes the method tip and clears the MethodData object.

System_CAPS_pubmethodDismiss()

Dismisses the method tip from view.

System_CAPS_pubmethodDispose()

Frees any allocations made just before the MethodData object is destroyed.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContextStream(Int32, Int32)

Converts the current context span to a file position and length.

System_CAPS_pubmethodGetCurMethod()

Returns the currently visible method signature.

System_CAPS_pubmethodGetCurrentParameter(Int32)

Returns the current parameter being edited in the specified method signature.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMethodText(Int32, MethodTextType)

Returns the specified text for the specified method signature.

System_CAPS_pubmethodGetOverloadCount()

Returns the number of method signatures that can be shown.

System_CAPS_pubmethodGetParameterCount(Int32)

Returns the number of parameters available for the specified method signature.

System_CAPS_pubmethodGetParameterText(Int32, Int32, ParameterTextType)

Returns the specified parameter text for the specified method signature.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNextMethod()

Moves to the next method signature and returns the index of the current method signature.

System_CAPS_pubmethodOnDismiss()

Called after the method tip is removed from view.

System_CAPS_pubmethodPrevMethod()

Moves to the previous method signature and returns the index of the current method signature.

System_CAPS_pubmethodRefresh(IVsTextView^, Methods^, Int32, TextSpan)

Displays the method tip with the given method signatures.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateView()

Updates the method tip display.

Return to top
Show: