AdoDotNetConnectionProperties.IDictionary.GetEnumerator 方法

返回 IDictionary 实例的一 IDictionaryEnumerator 对象。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Private Function GetEnumerator As IDictionaryEnumerator
    Implements IDictionary.GetEnumerator
IDictionaryEnumerator IDictionary.GetEnumerator()
private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator
private abstract GetEnumerator : unit -> IDictionaryEnumerator 
private override GetEnumerator : unit -> IDictionaryEnumerator 
JScript 不支持显式接口实现。

返回值

类型:System.Collections.IDictionaryEnumerator
返回 IDictionaryEnumerator 对象实例。

实现

IDictionary.GetEnumerator()

备注

此方法提供 GetEnumerator 方法的实现。有关更多信息在 .NET Framework 选件类库中看到 GetEnumerator 方法。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间