IdentifierCollection.IEnumerable.GetEnumerator Method

Returns an enumerator that iterates through the IdentifierCollection.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As IdentifierCollection 
Dim returnValue As IEnumerator 

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

Return Value

Type: System.Collections.IEnumerator
An IEnumerator that can be used to iterate through the IdentifierCollection.

Implements

IEnumerable.GetEnumerator()

Remarks

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

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace