AutodiscoverResponseCollection<TResponse> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含对自动发现服务的调用的响应集合。
generic <typename TResponse>
where TResponse : AutodiscoverResponsepublic ref class AutodiscoverResponseCollection abstract : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponse, System::Collections::Generic::IEnumerable<TResponse>
public abstract class AutodiscoverResponseCollection<TResponse> : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponse, System.Collections.Generic.IEnumerable<TResponse> where TResponse : AutodiscoverResponse
Public MustInherit Class AutodiscoverResponseCollection(Of TResponse)
Inherits AutodiscoverResponse
Implements IEnumerable(Of TResponse)
类型参数
- TResponse
集合中响应的类型。
- 继承
- 派生
- 实现
-
IEnumerable<TResponse>
属性
Count |
获取集合中的响应数。 |
ErrorCode |
获取服务返回的错误代码。 (继承自 AutodiscoverResponse) |
ErrorMessage |
获取服务返回的错误消息。 (继承自 AutodiscoverResponse) |
Item[Int32] |
获取集合中指定索引处的响应。 |
方法
GetEnumerator() |
返回一个枚举器,使你能够循环访问集合中的 对象。 |
显式接口实现
IEnumerable.GetEnumerator() |
返回一个枚举器,使你能够循环访问集合中的 对象。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。 |