NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaCollection.GetEnumerator

Get a IEnumerator of the XmlSchemaCollection.

[Visual Basic]
Public Function GetEnumerator() As IEnumerator
[C#]
public IEnumerator GetEnumerator();
[C++]
public: IEnumerator* GetEnumerator();
[JScript]
public function GetEnumerator() : IEnumerator;

Return Value

An enumerator for iterating over all the namespaces defined in the current collection. The iterator returns the namespace URI strings.

See Also

XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace