IdentifierEnumerator.IEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Private Function MoveNext As Boolean 
    Implements IEnumerator.MoveNext
'Usage
Dim instance As IdentifierEnumerator 
Dim returnValue As Boolean 

returnValue = CType(instance, IEnumerator).MoveNext()
bool IEnumerator.MoveNext()
private:
virtual bool MoveNext() sealed = IEnumerator::MoveNext
JScript does not support explicit interface implementations.

Return Value

Type: System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext()

Remarks

This member is an explicit interface member implementation. It can be used only when the IdentifierEnumerator instance is cast to an IEnumerator interface.

.NET Framework Security

See Also

Reference

IdentifierEnumerator Class

IdentifierEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace