IVsEnumCommentTaskTokens.Reset Method

Definition

Resets the enumeration sequence to the beginning.

public:
 int Reset();
public:
 int Reset();
int Reset();
public int Reset ();
abstract member Reset : unit -> int
Public Function Reset () As Integer

Returns

Remarks

The IVsEnumCommentTaskTokens.Reset and Skip methods of this interface can be used to get to a particular position of the enumeration before using Next to retrieve comment task tokens from the enumeration.

Applies to