CompositionScopeDefinition.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)

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

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

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