XmlnsDictionary.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可對這個 XmlnsDictionary 逐一查看的列舉程式。
protected:
System::Collections::IEnumerator ^ GetEnumerator();
protected System.Collections.IEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IEnumerator
Protected Function GetEnumerator () As IEnumerator
傳回
這個字典的列舉程式。
備註
此 API 存在,因此衍生類別可以取得列舉值。 這個列舉值會提供集合的 Keys 列舉。