ApplicationCatalog.GetEnumerator Метод

Определение

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

public:
 override System::Collections::Generic::IEnumerator<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ GetEnumerator();
public override System.Collections.Generic.IEnumerator<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public Overrides Function GetEnumerator () As IEnumerator(Of ComposablePartDefinition)

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

Перечислитель, который можно использовать для итерации по коллекции.

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