Chain.GetEnumerator<TEvent> 方法

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Protected Overridable Function GetEnumerator(Of TEvent As IntelliTraceEvent) As IEnumerator(Of TEvent)
protected virtual IEnumerator<TEvent> GetEnumerator<TEvent>()
where TEvent : IntelliTraceEvent
protected:
generic<typename TEvent>
where TEvent : IntelliTraceEvent
virtual IEnumerator<TEvent>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<'TEvent>  when 'TEvent : IntelliTraceEvent
override GetEnumerator : unit -> IEnumerator<'TEvent>  when 'TEvent : IntelliTraceEvent
JScript 不支援泛型型別或方法。

型別參數

  • TEvent

傳回值

型別:System.Collections.Generic.IEnumerator<TEvent>

.NET Framework 安全性

請參閱

參考

Chain 類別

GetEnumerator 多載

Microsoft.VisualStudio.IntelliTrace 命名空間