BuildPropertyGroupCollection.GetEnumerator Method

Definition

Gets an enumerator that iterates through the BuildPropertyGroupCollection.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator for the entire BuildPropertyGroupCollection.

Implements

Remarks

This method allows the caller to use the foreach statement of the C# language (for each in Visual Basic) to iterate through the individual BuildPropertyGroup objects in the BuildPropertyGroupCollection.

Applies to