IVsEnumCommentTaskTokens.Reset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.