MethodData.NextMethod Method

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

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

声明
Public Function NextMethod As Integer
用法
Dim instance As MethodData
Dim returnValue As Integer

returnValue = instance.NextMethod()
public int NextMethod()
public:
virtual int NextMethod() sealed
abstract NextMethod : unit -> int 
override NextMethod : unit -> int 
public final function NextMethod() : int

Return Value

Type: System.Int32
Returns a number representing the current method signature.

Implements

IVsMethodData.NextMethod()

Remarks

This method is an implementation of the NextMethod method on the IVsMethodData interface.

The base method increments an internal index by one and returns the original index. However, if the index might go past the limit, the increment is not performed and current index is returned. The base method does not affect the display.

.NET Framework Security

See Also

Reference

MethodData Class

MethodData Members

Microsoft.VisualStudio.Package Namespace