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