IVCCollection::GetEnumerator Method ()

 

Returns an enumerator for items in the collection.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

IEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An enumerator.

GetEnumerator is used explicitly in Visual C++. Visual C# and Visual Basic use the foreach loop that uses the GetEnumerator method internally.

Return to top
Show: