ExtendedPropertyCollection 类

定义

表示扩展属性的集合。

public ref class ExtendedPropertyCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::ExtendedProperty ^>
public sealed class ExtendedPropertyCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.ExtendedProperty>
Public NotInheritable Class ExtendedPropertyCollection
Inherits ComplexPropertyCollection(Of ExtendedProperty)
继承

构造函数

ExtendedPropertyCollection()

初始化 ExtendedPropertyCollection 类的新实例。

属性

Count

获取集合中属性的总数。

(继承自 ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

获取指定索引处的属性。

(继承自 ComplexPropertyCollection<TComplexProperty>)

方法

Contains(TComplexProperty)

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

(继承自 ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

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

(继承自 ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

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

(继承自 ComplexPropertyCollection<TComplexProperty>)

显式接口实现

IEnumerable.GetEnumerator()

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

(继承自 ComplexPropertyCollection<TComplexProperty>)

适用于