ComposablePartCatalog.GetEnumerator Метод

Определение

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

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

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

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

Реализации

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