IdentifierEnumerator.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
Public Function MoveNext As Boolean
'Usage
Dim instance As IdentifierEnumerator 
Dim returnValue As Boolean 

returnValue = instance.MoveNext()
public bool MoveNext()
public:
bool MoveNext()
public function MoveNext() : boolean

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.

.NET Framework Security

See Also

Reference

IdentifierEnumerator Class

IdentifierEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace