HtmlWindowCollection.GetEnumerator Метод

Определение

Возвращает перечислитель, который может выполнить итерацию всех элементов в коллекции HtmlWindowCollection.

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

Возвращаемое значение

Перечислитель IEnumerator, который включает перечисление элементов этой коллекции.

Реализации

Применяется к