ComplexPropertyCollection<TComplexProperty> 类

定义

表示可发送到 Exchange Web Services 和从 EWS (EWS) 检索的属性集合。

generic <typename TComplexProperty>
 where TComplexProperty : ComplexPropertypublic ref class ComplexPropertyCollection abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<TComplexProperty>
public abstract class ComplexPropertyCollection<TComplexProperty> : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<TComplexProperty> where TComplexProperty : ComplexProperty
Public MustInherit Class ComplexPropertyCollection(Of TComplexProperty)
Inherits ComplexProperty
Implements IEnumerable(Of TComplexProperty)

类型参数

TComplexProperty

ComplexProperty 类型。

继承
ComplexPropertyCollection<TComplexProperty>
派生
实现
IEnumerable<TComplexProperty>

属性

Count

获取集合中属性的总数。

Item[Int32]

获取指定索引处的属性。

方法

Contains(TComplexProperty)

确定特定属性是否在集合中。

GetEnumerator()

获取循环访问集合元素的枚举器。

IndexOf(TComplexProperty)

搜索特定属性并在集合中返回其从零开始的索引。

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问集合元素的枚举器。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

适用于