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 命名空间