共用方式為


ExceptionPropertyCollection.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator 方法

取得這個集合的列舉程式。

命名空間:  Microsoft.TeamFoundation.Common
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
    Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()

傳回值

型別:System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
這個集合的 IEnumerator<T>

實作

IEnumerable<T>.GetEnumerator()

.NET Framework 安全性

請參閱

參考

ExceptionPropertyCollection 類別

Microsoft.TeamFoundation.Common 命名空間