EventLogEntryCollection.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援 EventLogEntryCollection 物件的簡易反覆運算。
public:
virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator
傳回
可以用於逐一查看集合的物件。
實作
備註
方法所GetEnumerator傳回的對像是實IEnumerator作列舉值之EventLogEntryCollection類別的包裝函式。
注意
如果在反覆項目期間變更集合,則會終止反覆專案。 若要避免這種可能性,請參閱 Item[] 替代技術的屬性,以逐一查看集合。