BehaviorServiceAdornerCollectionEnumerator.IEnumerator.MoveNext 方法

定義

如需這個成員的描述,請參閱 MoveNext() 方法。

 virtual bool System.Collections.IEnumerator.MoveNext() = System::Collections::IEnumerator::MoveNext;
bool IEnumerator.MoveNext ();
abstract member System.Collections.IEnumerator.MoveNext : unit -> bool
override this.System.Collections.IEnumerator.MoveNext : unit -> bool
Function MoveNext () As Boolean Implements IEnumerator.MoveNext

傳回

Boolean

如果列舉程式成功前移至下一個項目則為 true,如果列舉程式已超過集合的結尾則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 BehaviorServiceAdornerCollectionEnumerator 執行個體轉換成 IEnumerator 介面時,才能使用這個成員。

適用於