VCReferences::GetEnumerator Method ()

 

Returns an enumerator for items in the VCReferences collection.

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

IEnumerator^ GetEnumerator()

This method 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: