IEnumLocation 接口 (tapi3if.h)

IEnumLocation 接口为 ITLocationInfo 接口提供 COM 标准枚举方法。 ITAddressTranslation::EnumerateLocations 方法返回指向 IEnumLocation 的指针。

IEnumLocation 接口对 Visual Basic 和脚本语言隐藏。

继承

IEnumLocation 接口继承自 IUnknown 接口。 IEnumLocation 还具有以下类型的成员:

方法

IEnumLocation 接口具有这些方法。

 
IEnumLocation::Clone

Clone 方法创建另一个枚举器,其中包含与当前枚举状态相同的枚举器。 此方法对 Visual Basic 和脚本语言隐藏。 (IEnumLocation.Clone)
IEnumLocation::Next

Next 方法获取枚举序列中下一个指定数量的元素。 此方法对 Visual Basic 和脚本语言隐藏。 (IEnumLocation.Next)
IEnumLocation::Reset

Reset 方法重置为枚举序列的开头。 此方法对 Visual Basic 和脚本语言隐藏。 (IEnumLocation.Reset)
IEnumLocation::Skip

Skip 方法跳过枚举序列中下一个指定数量的元素。 此方法对 Visual Basic 和脚本语言隐藏。 (IEnumLocation.Skip)

要求

要求
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)