HostedServiceListExtensionsResponse.GetEnumerator 方法 ()
检索一个可循环访问的集合的对象 HostedServiceListExtensionsResponse.Extension 对象。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public IEnumerator<HostedServiceListExtensionsResponse.Extension> GetEnumerator()
public:
virtual IEnumerator<HostedServiceListExtensionsResponse::Extension^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<HostedServiceListExtensionsResponse.Extension>
override GetEnumerator : unit -> IEnumerator<HostedServiceListExtensionsResponse.Extension>
Public Function GetEnumerator As IEnumerator(Of HostedServiceListExtensionsResponse.Extension)
返回值
Type: System.Collections.Generic.IEnumerator<HostedServiceListExtensionsResponse.Extension>
一个枚举器对象。
实施
IEnumerable<T>.GetEnumerator()
请参阅
HostedServiceListExtensionsResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首