System::Xml::Schema::XmlSchemaCollection::GetEnumerator method

XmlSchemaCollection::GetEnumerator method

Provides support for iteration over the collection of schemas.

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaCollection::GetEnumerator() override

ReturnValue

An enumerator for iterating over all schemas in the current collection.

See Also