ExpectedProcessCollection.GetEnumerator Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает перечислитель для коллекции.
public:
virtual System::Collections::Generic::IEnumerator<Microsoft::VisualStudio::IntelliTrace::ExpectedProcessCollectionEntry ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry>
Public Function GetEnumerator () As IEnumerator(Of ExpectedProcessCollectionEntry)